Merge pull request #1529 from jglick/patch-1

Update docker/build-push-action
This commit is contained in:
Sampark Sharma
2022-04-19 13:15:50 +05:30
committed by GitHub
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
with:
context: .
push: ${{ github.event_name != 'pull_request' }}