Browse Source

Merge branch 'main' of github.com:wekan/wekan

Lauri Ojansivu 2 weeks ago
parent
commit
65cb0641f3
1 changed files with 1 additions and 1 deletions
  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
       - name: Log into registry ${{ env.REGISTRY }}
         if: github.event_name != 'pull_request'
-        uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
+        uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
         with:
           registry: ${{ env.REGISTRY }}
           username: ${{ github.actor }}