Skip to content

Commit 29c1d3c

Browse files
chore(deps): bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b29826 commit 29c1d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
password: ${{ steps.gcloud-auth.outputs.access_token }}
158158

159159
- name: Build and push Docker image
160-
uses: docker/build-push-action@v4
160+
uses: docker/build-push-action@v5
161161
with:
162162
context: .
163163
push: true

0 commit comments

Comments
 (0)