Skip to content

Commit 809c3cd

Browse files
🛠️ Bump docker/build-push-action from 4 to 5 (#3810)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28b7c13 commit 809c3cd

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
@@ -99,7 +99,7 @@ jobs:
9999
- name: Build and push ${{ github.ref_name }}
100100
if: steps.config.outputs.trigger == 'true'
101101
id: docker_build
102-
uses: docker/build-push-action@v4
102+
uses: docker/build-push-action@v5
103103
with:
104104
context: .
105105
pull: true

0 commit comments

Comments
 (0)