Skip to content

Commit 8ff085d

Browse files
🛠️ Bump docker/build-push-action from 3 to 4 (#3389)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dc18fd commit 8ff085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_ci_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Build and push
9595
if: steps.config.outputs.trigger == 'true'
9696
id: docker_build
97-
uses: docker/build-push-action@v3
97+
uses: docker/build-push-action@v4
9898
with:
9999
pull: true
100100
push: true

0 commit comments

Comments
 (0)