build(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 (#155)

This commit is contained in:
dependabot[bot] 2023-01-15 19:02:30 -06:00 committed by GitHub
parent 4d93eeaa0d
commit 137bd9c8ec
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.2.0
uses: docker/build-push-action@v3.3.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.2.0
uses: docker/build-push-action@v3.3.0
with:
tags: ${{ steps.meta.outputs.tags }}
pull: true