mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Update CI
Signed-off-by: Khanh Ngo <khanh.ngo@taxfix.de>
This commit is contained in:
parent
924537b468
commit
c49df09ac8
5
.github/workflows/build-and-publish.yml
vendored
5
.github/workflows/build-and-publish.yml
vendored
@ -25,6 +25,9 @@ jobs:
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
@ -48,5 +51,5 @@ jobs:
|
||||
if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
|
||||
with:
|
||||
context: ./docker
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user