Skip to content

Commit

Permalink
Merge pull request #37 from GiganticMinecraft/renovate/docker-build-p…
Browse files Browse the repository at this point in the history
…ush-action-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
outductor committed Dec 20, 2023
2 parents 392f785 + cba1353 commit 79e2a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
type=raw,value=${{ steps.extract_cloudflared_image_tag.outputs.image_tag }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./image-definition
push: true
Expand Down

0 comments on commit 79e2a9b

Please sign in to comment.