mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-29 19:52:54 +02:00
Update docker-image.yml
This commit is contained in:
parent
071ffd1e6c
commit
59b5022d37
1 changed files with 2 additions and 4 deletions
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
|
@ -23,12 +23,10 @@ jobs:
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: ./dev/docker
|
context: ./dev/docker
|
||||||
file: ./dev/docker/Dockerfile
|
file: ./dev/docker/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ github.repository_owner }}/rdpgw:${{ env.BRANCH }}
|
tags: ${{ github.repository_owner }}/rdpgw:latest
|
||||||
build-args: |
|
|
||||||
BRANCH=${{ env.BRANCH }}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue