Skip to content

Commit 1d9fbfa

Browse files
chore(deps): bump docker/build-push-action from 6 to 7 (#10757)
1 parent 4889e6c commit 1d9fbfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-push-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}
4444

4545
- name: Build docker image and push
46-
uses: docker/build-push-action@v6
46+
uses: docker/build-push-action@v7
4747
with:
4848
context: .
4949
push: true

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}
6969

7070
- name: Build docker image and push
71-
uses: docker/build-push-action@v6
71+
uses: docker/build-push-action@v7
7272
with:
7373
context: .
7474
push: true

0 commit comments

Comments
 (0)