Skip to content

Commit bd35c25

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent c5cd5a4 commit bd35c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.CR_PAT }}
2929
- name: Build image
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
context: .
3333
file: ./Dockerfile

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.CR_PAT }}
3131
- name: Build image
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v6
3333
with:
3434
context: .
3535
file: ./Dockerfile

0 commit comments

Comments
 (0)