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

This commit is contained in:
dependabot[bot]
2022-02-07 06:54:56 -06:00
committed by GitHub
parent f2f8d58d3b
commit 932cd8f89e
4 changed files with 7 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build for test
uses: docker/build-push-action@v2.8.0
uses: docker/build-push-action@v2.9.0
with:
platforms: linux/amd64
tags: ${{ env.IMAGE_TO_TEST }}
@@ -112,7 +112,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2.8.0
uses: docker/build-push-action@v2.9.0
with:
platforms: ${{ matrix.platforms }}
push: ${{ github.ref_type == 'tag' || github.ref_name == 'master' }}