Merge pull request #3028 from chrislusf/dependabot/github_actions/docker/build-push-action-3

This commit is contained in:
Chris Lu
2022-05-09 08:33:26 -07:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}