build(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 (#104)

This commit is contained in:
dependabot[bot] 2022-07-24 20:29:07 -05:00 committed by GitHub
parent 5dce9329ae
commit 815a760851
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@v3.0.0
uses: docker/build-push-action@v3.1.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@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
tags: ${{ steps.meta.outputs.tags }}
pull: true