Skip to content

Commit

Permalink
Merge pull request #1 from mangadex-pub/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
Tristan971 authored Jan 13, 2025
2 parents c8c186f + 85c323d commit 0445ea4
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 @@ -72,7 +72,7 @@ jobs:
type=raw,event=push,enable=true,value=${{ inputs.DOCKER_TAG_CANONICAL }}-${{ inputs.DOCKER_TARGET }}
type=raw,event=push,enable={{ is_default_branch }},value=${{ inputs.DOCKER_TAG_SHORT }}-${{ inputs.DOCKER_TARGET }}
- name: "Build and push Docker image"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
with:
context: "."
push: "true"
Expand Down

0 comments on commit 0445ea4

Please sign in to comment.