Skip to content

Commit 73a0dca

Browse files
chore(deps): bump docker/build-push-action from 5.1.0 to 6.9.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4a13e50...4f58ea7) --- 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 e6d2341 commit 73a0dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/My_Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3434

3535
- name: Build and push Docker image
36-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
36+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
3737
with:
3838
context: .
3939
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)