Skip to content

Commit

Permalink
Merge pull request #6 from LinuxHub-Group/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-4

⬆️ Bump docker/build-push-action from 3 to 4
  • Loading branch information
catusax committed Feb 1, 2023
2 parents 9758b68 + 2f3c75e commit 60150d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caddy_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./${{ github.workflow }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts-dns_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./${{ github.workflow }}
push: true
Expand Down

0 comments on commit 60150d2

Please sign in to comment.