Browse Source

Merge pull request #5890 from wekan/dependabot/github_actions/docker/login-action-3.6.0

Bump docker/login-action from 3.5.0 to 3.6.0
Lauri Ojansivu 2 weeks ago
parent
commit
44d7ab83ec
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 }}