Updated the Docker image build workflow to hopefully push the additional platform builds to Docker Hub after the build is complete.

This commit is contained in:
Matt Scott 2023-04-13 13:53:39 -04:00
parent c6a63053f3
commit d773e078f5
No known key found for this signature in database
GPG Key ID: A9A0AFFC0E079001

View File

@ -70,9 +70,10 @@ jobs:
tags: powerdnsadmin/pda-legacy:${{ github.ref_name }}
- name: Docker Image Release Tagging
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
with:
platforms: linux/amd64,linux/arm64
context: ./
file: ./docker/Dockerfile
push: true