Skip to content

Commit a2dfe7b

Browse files
authored
Merge pull request #1961 from containerd/dependabot/github_actions/docker/build-push-action-4.0.0
build(deps): bump docker/build-push-action from 3.3.0 to 4.0.0
2 parents f772408 + f60251b commit a2dfe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-image-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Build and push Docker image with Buildx (don't push on PR)
6060
# https://github.com/docker/build-push-action
6161
- name: Build and push Docker image
62-
uses: docker/build-push-action@v3.3.0
62+
uses: docker/build-push-action@v4.0.0
6363
with:
6464
context: .
6565
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)