mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Tweaked the Docker image build workflow to not be exclusive to only the master branch.
This commit is contained in:
parent
913528d08f
commit
2e61a1d44a
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Docker Image Build
|
||||
uses: docker/build-push-action@v2
|
||||
if: github.ref == 'refs/heads/master'
|
||||
#if: github.ref == 'refs/heads/master'
|
||||
with:
|
||||
context: ./
|
||||
file: ./docker/Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user