Explorar o código

Update push-docker-image.yaml

justheuristic %!s(int64=2) %!d(string=hai) anos
pai
achega
d90b21d56d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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