Merge pull request #7 from joshkunz/renovate/docker-build-push-action-3.x

Update docker/build-push-action action to v3
This commit is contained in:
Josh Kunz 2022-05-24 22:23:01 -07:00 committed by GitHub
commit 4d3b468ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
tags: ${{ steps.meta.outputs.tags }}