Update docker-image.yml

This commit is contained in:
bolkedebruin 2022-08-08 15:33:12 +02:00 committed by GitHub
parent 7a5c4a1d8f
commit d0001d0dc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,6 @@ jobs:
file: ./dev/docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_USER }}/rdpgw:${{ env.BRANCH }}
tags: bolkedebruin/rdpgw:${{ env.BRANCH }}
build-args: |
BRANCH=${{ env.BRANCH }}