Browse Source

Update push-docker-image.yaml

justheuristic 2 years ago
parent
commit
d90b21d56d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/push-docker-image.yaml

+ 2 - 2
.github/workflows/push-docker-image.yaml

@@ -44,10 +44,10 @@ jobs:
 
       - name: Build and push
         id: docker_build
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v4
         with:
           context: .
-          push: ${{ github.event_name != 'pull_request' }}
+          push: ${{ true }}
           tags: ${{ steps.meta.outputs.tags }}
 
       - name: Image digest