Ver Fonte

Merge pull request #5139 from wekan/dependabot/github_actions/docker/build-push-action-5.0.0

Bump docker/build-push-action from 4.2.1 to 5.0.0
Lauri Ojansivu há 1 ano atrás
pai
commit
676591c317
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/docker-publish.yml

+ 1 - 1
.github/workflows/docker-publish.yml

@@ -55,7 +55,7 @@ jobs:
       # Build and push Docker image with Buildx (don't push on PR)
       # Build and push Docker image with Buildx (don't push on PR)
       # https://github.com/docker/build-push-action
       # https://github.com/docker/build-push-action
       - name: Build and push Docker image
       - name: Build and push Docker image
-        uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
+        uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
         with:
         with:
           context: .
           context: .
           push: ${{ github.event_name != 'pull_request' }}
           push: ${{ github.event_name != 'pull_request' }}