Skip to content

Commit beee08b

Browse files
chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca052bb...c382f71) --- 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]>
1 parent a22b9da commit beee08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6464
- name: Push Docker Image
6565
if: ${{ success() }}
66-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
66+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
6767
with:
6868
context: .
6969
file: ./Dockerfile

0 commit comments

Comments
 (0)