1
0
mirror of https://www.github.com/b3vis/borg-server synced 2026-08-05 16:12:46 +02:00

Merge pull request #12 from grantbevis/dependabot/github_actions/docker/login-action-2

Bump docker/login-action from 1 to 2
This commit is contained in:
Grant Bevis
2022-05-06 08:13:36 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Log in to the GitHub Container registry - name: Log in to the GitHub Container registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Log in to the GitHub Container registry - name: Log in to the GitHub Container registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}