Skip to content

Commit b0a475e

Browse files
Bump docker/build-push-action from 6.7.0 to 6.9.0 (#240)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.7.0...v6.9.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f44caa commit b0a475e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Build and push Docker image with Buildx (don't push on PR)
8585
# https://github.com/docker/build-push-action
8686
- name: Build and push Docker image
87-
uses: docker/build-push-action@v6.7.0
87+
uses: docker/build-push-action@v6.9.0
8888
with:
8989
context: .
9090
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)