Skip to content

Commit 4659a0b

Browse files
chore(deps): bump docker/build-push-action from 5.1.0 to 5.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4a13e50...af5a7ed) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0aa959 commit 4659a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
password: ${{ secrets.DOCKERHUB_JENKINSCIINFRA_TOKEN }}
7575
- name: Build and push
7676
id: docker_build
77-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v4
77+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v4
7878
with:
7979
context: .
8080
push: true

0 commit comments

Comments
 (0)