Skip to content

Commit

Permalink
Merge pull request #19 from rogerrum/renovate/docker-build-push-actio…
Browse files Browse the repository at this point in the history
…n-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
rogerrum committed Jun 25, 2024
2 parents 29f680e + da4c45a commit 22b1bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: cron.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/arm64,linux/amd64
Expand Down

0 comments on commit 22b1bec

Please sign in to comment.