Skip to content

Commit e2024e0

Browse files
build(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 47aeddf commit e2024e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: ${{ github.actor }}
2424
password: ${{ github.token }}
2525

26-
- uses: docker/build-push-action@v6
26+
- uses: docker/build-push-action@v7
2727
with:
2828
context: .
2929
file: Dockerfile.production

.github/workflows/docker-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
username: ${{ github.actor }}
2222
password: ${{ github.token }}
2323

24-
- uses: docker/build-push-action@v6
24+
- uses: docker/build-push-action@v7
2525
with:
2626
context: .
2727
file: Dockerfile.production

0 commit comments

Comments
 (0)