Skip to content

Commit e3ed1fb

Browse files
🛠️ Bump docker/build-push-action from 6 to 7 (#6008)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' 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 fd8621c commit e3ed1fb

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
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build and push ${{ github.ref_name }}
103103
if: steps.config.outputs.trigger == 'true'
104104
id: docker_build
105-
uses: docker/build-push-action@v6
105+
uses: docker/build-push-action@v7
106106
with:
107107
context: .
108108
pull: true

0 commit comments

Comments
 (0)