mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-04 19:15:30 +00:00
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:
parent
c6a63053f3
commit
d773e078f5
3
.github/workflows/build-and-publish.yml
vendored
3
.github/workflows/build-and-publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user