Skip to content

Commit

Permalink
feat: tsig dns support
Browse files Browse the repository at this point in the history
  • Loading branch information
wintbiit committed Dec 12, 2023
1 parent aa8f2dd commit bf57cb2
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 @@ -202,7 +202,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'new_version
with:
context: .
push: true
Expand Down Expand Up @@ -267,7 +267,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'new_version
with:
context: .
push: true
Expand Down Expand Up @@ -329,7 +329,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'new_version
with:
context: .
push: true
Expand Down

0 comments on commit bf57cb2

Please sign in to comment.