Skip to content

Commit 139a379

Browse files
chore(deps): bump docker/build-push-action from 5.1.0 to 6.14.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4a13e50...0adf995) --- 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 ab96da2 commit 139a379

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@0adf9959216b96bec444f325f1e493d4aa344497
3737
with:
3838
context: .
3939
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)