mirror of
https://github.com/skjnldsv/docker-plex.git
synced 2025-07-31 18:36:57 +02:00
Merge pull request #23 from skjnldsv/dependabot/github_actions/docker/login-action-2.2.0
Bump docker/login-action from 1.9.0 to 2.2.0
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
# https://github.com/docker/login-action
|
||||
- name: Log into registry ${{ env.REGISTRY }}
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
|
||||
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
|
Reference in New Issue
Block a user