Skip to content

Commit

Permalink
Merge pull request #44 from laluka/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
laluka authored Aug 26, 2024
2 parents cb7c9ec + 07c92c7 commit e2d3824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
type=pep440,value=${{ inputs.tag }},pattern={{version}}
- name: "Build and push Docker image"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit e2d3824

Please sign in to comment.