Skip to content

Commit 4fece6b

Browse files
build(deps): bump docker/build-push-action from 4 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...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>
1 parent 7d7bb97 commit 4fece6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "RELEASE_VERSION=${releasever}" >> $GITHUB_ENV
6060
6161
- name: Build and Push
62-
uses: docker/build-push-action@v4
62+
uses: docker/build-push-action@v7
6363
with:
6464
tags: ghcr.io/${{ inputs.github-repository }}/overlaybd-ci-images:${{ inputs.image-tag }}
6565
push: true

0 commit comments

Comments
 (0)