Skip to content

Commit

Permalink
Merge pull request #11 from LinuxHub-Group/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-5

⬆️ Bump docker/build-push-action from 4 to 5
  • Loading branch information
catusax authored Sep 15, 2023
2 parents 6236f76 + 91272bd commit 46f9101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@v4
uses: docker/build-push-action@v5
with:
context: ./${{ github.workflow }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s5cmd-sync_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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
context: ./${{ github.workflow }}
push: true
Expand Down

0 comments on commit 46f9101

Please sign in to comment.