Update build-docker-image.yml

Signed-off-by: AlexanderGalkov <143902290+AlexanderGalkov@users.noreply.github.com>
This commit is contained in:
AlexanderGalkov 2024-02-05 13:30:20 +06:00 committed by GitHub
parent 266c44cc56
commit 8becfc35be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,8 @@ env:
jobs:
build:
name: build-docker-image
runs-on: ubuntu-latest
name: build
steps:
- name: Checkout
uses: actions/checkout@v4
@ -27,3 +27,6 @@ jobs:
with:
images: amneziavpn/${{ env.APP }}
tags: type=semver,pattern={{version}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3