Skip to content

Commit

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

Update docker/build-push-action action to v5
  • Loading branch information
joshkunz authored Oct 20, 2023
2 parents 0758110 + b3ee10f commit e01da69
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@v3
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit e01da69

Please sign in to comment.