build(deps): bump docker/build-push-action from 2.8.0 to 2.9.0 (#55)

This commit is contained in:
dependabot[bot] 2022-02-07 07:01:07 -06:00 committed by GitHub
parent 19c7df2b84
commit 35c0010dae
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@v1
- name: Build
uses: docker/build-push-action@v2.8.0
uses: docker/build-push-action@v2.9.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.8.0
uses: docker/build-push-action@v2.9.0
with:
tags: ${{ steps.meta.outputs.tags }}
pull: true