Browse Source

Merge pull request #4604 from wekan/dependabot/github_actions/docker/build-push-action-3.1.0

Bump docker/build-push-action from 3.0.0 to 3.1.0
Lauri Ojansivu 2 years ago
parent
commit
58da4e4004
1 changed files with 1 additions and 1 deletions
  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)
       # https://github.com/docker/build-push-action
       - name: Build and push Docker image
-        uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8
+        uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0
         with:
           context: .
           push: ${{ github.event_name != 'pull_request' }}