Skip to content

Commit 6e1a1fd

Browse files
authored
Merge pull request #12 from LinuxHub-Group/dependabot/github_actions/docker/build-push-action-6
⬆️ Bump docker/build-push-action from 5 to 6
2 parents b2bc08f + 0b4c21b commit 6e1a1fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/caddy_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636
-
3737
name: Build and push
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: ./${{ github.workflow }}
4141
push: true

.github/workflows/s5cmd-sync_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636
-
3737
name: Build and push
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: ./${{ github.workflow }}
4141
push: true

.github/workflows/ts-dns_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636
-
3737
name: Build and push
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: ./${{ github.workflow }}
4141
push: true

0 commit comments

Comments
 (0)