Przeglądaj źródła

Merge pull request #4718 from wekan/dependabot/github_actions/docker/login-action-2.1.0

Bump docker/login-action from 2.0.0 to 2.1.0
Lauri Ojansivu 2 lat temu
rodzic
commit
836bc6d125
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/docker-publish.yml

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

@@ -38,7 +38,7 @@ jobs:
       # https://github.com/docker/login-action
       # https://github.com/docker/login-action
       - name: Log into registry ${{ env.REGISTRY }}
       - name: Log into registry ${{ env.REGISTRY }}
         if: github.event_name != 'pull_request'
         if: github.event_name != 'pull_request'
-        uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
+        uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
         with:
         with:
           registry: ${{ env.REGISTRY }}
           registry: ${{ env.REGISTRY }}
           username: ${{ github.actor }}
           username: ${{ github.actor }}