Skip to content

Commit 75d199e

Browse files
Bump docker/build-push-action from 3 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 017c0ed commit 75d199e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
type=sha,format=long,prefix=
6363
6464
- name: Build and push Docker image
65-
uses: docker/build-push-action@v3
65+
uses: docker/build-push-action@v6
6666
with:
6767
context: .
6868
push: true

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
type=sha,format=long,prefix=
6464
6565
- name: Build and push Docker image
66-
uses: docker/build-push-action@v3
66+
uses: docker/build-push-action@v6
6767
with:
6868
context: .
6969
push: true

0 commit comments

Comments
 (0)