Merge pull request #14 from shizunge/dependabot/github_actions/docker/build-push-action-2.10.0

Bump docker/build-push-action from 2.9.0 to 2.10.0
This commit is contained in:
Shizun Ge 2022-03-21 10:58:02 -07:00 committed by GitHub
commit 5c999d5fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
password: ${{ github.token }}
- name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }}
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
platforms: ${{ env.PLATFORMS }}
push: true