Skip to content

Commit e655b75

Browse files
Bump docker/build-push-action from 2.10.0 to 6.18.0 (#10)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.10.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 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 bee9f4a commit e655b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Build and push Docker image with Buildx (don't push on PR)
5353
# https://github.com/docker/build-push-action
5454
- name: Build and push Container image
55-
uses: docker/build-push-action@v2.10.0
55+
uses: docker/build-push-action@v6.18.0
5656
with:
5757
context: ./
5858
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)