build(deps): bump docker/build-push-action from 2.9.0 to 3.0.0 (#78)

This commit is contained in:
dependabot[bot] 2022-05-09 06:44:28 -05:00 committed by GitHub
parent a9d1c728d9
commit fac97370c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v3.0.0
with:
tags: ${{ env.IMAGE_TO_TEST }}
load: true
@ -47,7 +47,7 @@ jobs:
- name: Push
if: contains(github.event.pull_request.labels.*.name, 'ci/push-image')
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v3.0.0
with:
tags: ${{ steps.meta.outputs.tags }}
pull: true