Skip to content

Commit 73200d6

Browse files
Bump docker/build-push-action from 5 to 6 (#3835)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1260346 commit 73200d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}
2626

2727
- name: Build and push
28-
uses: docker/build-push-action@v5
28+
uses: docker/build-push-action@v6
2929
with:
3030
platforms: linux/arm64,linux/amd64
3131
push: true
@@ -61,7 +61,7 @@ jobs:
6161
print(f"tag_name={ref_tag}", file=f)
6262
6363
- name: Build and push
64-
uses: docker/build-push-action@v5
64+
uses: docker/build-push-action@v6
6565
with:
6666
platforms: linux/arm64,linux/amd64
6767
push: true

0 commit comments

Comments
 (0)