mirror of
https://github.com/wekan/wekan.git
synced 2026-01-31 13:45:17 +01:00
Merge pull request #5890 from wekan/dependabot/github_actions/docker/login-action-3.6.0
Some checks are pending
Some checks are pending
Bump docker/login-action from 3.5.0 to 3.6.0
This commit is contained in:
commit
44d7ab83ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue