Skip to content

Commit

Permalink
Update build-docker-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: AlexanderGalkov <[email protected]>
  • Loading branch information
AlexanderGalkov authored Feb 5, 2024
1 parent fc73019 commit 77e07f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Setup metadata
id: metadata
uses: docker/metadata-action@v5
with:
images: amneziavpn/${{ env.APP }}
Expand All @@ -35,4 +36,5 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
tags: ${{ steps.metadata.outputs.tags }}
push: true

0 comments on commit 77e07f2

Please sign in to comment.