Skip to content

Commit 6a74ac3

Browse files
Bump docker/build-push-action from 5.4.0 to 6.0.0 (#205)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.4.0...v6.0.0) --- 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 af78f51 commit 6a74ac3

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@v5.4.0
87+
uses: docker/build-push-action@v6.0.0
8888
with:
8989
context: .
9090
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)