Update docker-image.yml

This commit is contained in:
bolkedebruin 2022-08-08 15:42:20 +02:00 committed by GitHub
parent 071ffd1e6c
commit 59b5022d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}