Update docker-image.yml

This commit is contained in:
bolkedebruin 2022-08-08 15:35:31 +02:00 committed by GitHub
parent d0001d0dc6
commit 071ffd1e6c
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: bolkedebruin/rdpgw:${{ env.BRANCH }}
tags: ${{ github.repository_owner }}/rdpgw:${{ env.BRANCH }}
build-args: |
BRANCH=${{ env.BRANCH }}