Skip to content

Commit de542d3

Browse files
committed
docker/login-action@v2
1 parent a991620 commit de542d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v2
1818
- name: Login to GitHub Container Registry
19-
uses: docker/login-action@v1
19+
uses: docker/login-action@v2
2020
with:
2121
registry: ghcr.io
2222
username: ${{ github.repository_owner }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Checkout
88
uses: actions/checkout@v2
99
- name: Login to GitHub Container Registry
10-
uses: docker/login-action@v1
10+
uses: docker/login-action@v2
1111
with:
1212
registry: ghcr.io
1313
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)