Skip to content

Commit eb7fdee

Browse files
ci: bump docker/build-push-action from 6 to 7 (#22)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0612d63 commit eb7fdee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.DOCKERHUB_TOKEN }}
3838
- id: version
3939
run: echo "tag=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
40-
- uses: docker/build-push-action@v6
40+
- uses: docker/build-push-action@v7
4141
with:
4242
push: true
4343
platforms: linux/amd64
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.DOCKERHUB_TOKEN }}
5757
- id: version
5858
run: echo "tag=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
59-
- uses: docker/build-push-action@v6
59+
- uses: docker/build-push-action@v7
6060
with:
6161
push: true
6262
platforms: linux/arm64

0 commit comments

Comments
 (0)