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
266c44cc56
commit
8becfc35be
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build-docker-image.yml
vendored
5
.github/workflows/build-docker-image.yml
vendored
|
@ -10,8 +10,8 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: build-docker-image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: build
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -27,3 +27,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: amneziavpn/${{ env.APP }}
|
images: amneziavpn/${{ env.APP }}
|
||||||
tags: type=semver,pattern={{version}}
|
tags: type=semver,pattern={{version}}
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue