mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-29 03:32:53 +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 }}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./dev/docker
|
||||
file: ./dev/docker/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ github.repository_owner }}/rdpgw:${{ env.BRANCH }}
|
||||
build-args: |
|
||||
BRANCH=${{ env.BRANCH }}
|
||||
tags: ${{ github.repository_owner }}/rdpgw:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue