Skip to content

Commit 78b66fd

Browse files
authored
Merge pull request #2884 from containerd/dependabot/github_actions/docker/build-push-action-5.3.0
build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0
2 parents 54eb6dc + 3b12a20 commit 78b66fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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@v5.2.0
62+
uses: docker/build-push-action@v5.3.0
6363
with:
6464
context: .
6565
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)