Skip to content

Commit

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

Update docker/build-push-action action to v6
  • Loading branch information
joshkunz authored Nov 2, 2024
2 parents e01da69 + 182c26e commit 1b4b6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 1b4b6d4

Please sign in to comment.