Skip to content

Commit 2027351

Browse files
dependabot[bot]beachdweller
authored andcommitted
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 1b8d045 commit 2027351

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Build and push
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
with:
6161
builder: ${{ steps.buildx.outputs.name }}
6262
context: .

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Build and push
56-
uses: docker/build-push-action@v6
56+
uses: docker/build-push-action@v7
5757
with:
5858
builder: ${{ steps.buildx.outputs.name }}
5959
context: .

0 commit comments

Comments
 (0)