mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-04-21 19:08:53 +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 }}
|
tags: powerdnsadmin/pda-legacy:${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Docker Image Release Tagging
|
- name: Docker Image Release Tagging
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v4
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||||
with:
|
with:
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
context: ./
|
context: ./
|
||||||
file: ./docker/Dockerfile
|
file: ./docker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user