Skip to content

Commit

Permalink
Merge pull request #2884 from containerd/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-5.3.0

build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0
  • Loading branch information
AkihiroSuda authored Mar 15, 2024
2 parents 54eb6dc + 3b12a20 commit 78b66fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-image-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 78b66fd

Please sign in to comment.