Skip to content

Commit 4190afc

Browse files
chore(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c153b9 commit 4190afc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ steps.jfrog.outputs.oidc-token }}
5858

5959
- name: Build & push Docker images
60-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
60+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
6161
with:
6262
context: .
6363
push: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
6363

6464
- name: Build and push AMD64
65-
uses: docker/build-push-action@v6
65+
uses: docker/build-push-action@v7
6666
with:
6767
context: .
6868
platforms: linux/amd64
@@ -89,7 +89,7 @@ jobs:
8989
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
9090

9191
- name: Build and push ARM64
92-
uses: docker/build-push-action@v6
92+
uses: docker/build-push-action@v7
9393
with:
9494
context: .
9595
platforms: linux/arm64

0 commit comments

Comments
 (0)