Skip to content

Commit

Permalink
Merge pull request #12 from das-kaesebrot/renovate/docker-build-push-…
Browse files Browse the repository at this point in the history
…action-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
das-kaesebrot authored Jul 9, 2024
2 parents edd0bd6 + df40aab commit 6c54e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
github-token: ${{ github.token }}

- 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 6c54e95

Please sign in to comment.