mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-06-05 04:43:44 +02:00
Update build-docker-image.yml
Signed-off-by: AlexanderGalkov <143902290+AlexanderGalkov@users.noreply.github.com>
This commit is contained in:
parent
fc730199ac
commit
77e07f24c0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-docker-image.yml
vendored
2
.github/workflows/build-docker-image.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup metadata
|
- name: Setup metadata
|
||||||
|
id: metadata
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: amneziavpn/${{ env.APP }}
|
images: amneziavpn/${{ env.APP }}
|
||||||
|
@ -35,4 +36,5 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
tags: ${{ steps.metadata.outputs.tags }}
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue