Skip to content

Commit 3b08519

Browse files
chore(deps): 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 dcc8906 commit 3b08519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: ./go-demo
4646
run: ./release.sh
4747
- name: Build and push image
48-
uses: docker/build-push-action@v3
48+
uses: docker/build-push-action@v6
4949
with:
5050
context: ./go-demo/
5151
tags: |

0 commit comments

Comments
 (0)