Merge pull request #5138 from wekan/dependabot/github_actions/docker/login-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
This commit is contained in:
Lauri Ojansivu 2023-09-20 21:24:40 +03:00 committed by GitHub
commit 22469ba18b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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@465a07811f14bebb1938fbed4728c6a1ff8901fc
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}