Skip to content

Commit

Permalink
fix: tsig dns support
Browse files Browse the repository at this point in the history
  • Loading branch information
wintbiit committed Dec 12, 2023
1 parent ec5c98a commit 82d9d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:

- name: Docker Push
uses: docker/build-push-action@v5
if: github.event_name == 'push' && steps.should_push.outputs.push=='true'
if: github.event_name == 'push'
with:
context: .
push: true
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

- name: Docker Push Mini
uses: docker/build-push-action@v5
if: github.event_name == 'push' && steps.should_push.outputs.push=='true'
if: github.event_name == 'push'
with:
context: .
push: true
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:

- name: Docker Push Full
uses: docker/build-push-action@v5
if: github.event_name == 'push' && steps.should_push.outputs.push=='true'
if: github.event_name == 'push'
with:
context: .
push: true
Expand Down

0 comments on commit 82d9d5c

Please sign in to comment.