We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a991620 commit de542d3Copy full SHA for de542d3
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v2
18
- name: Login to GitHub Container Registry
19
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
20
with:
21
registry: ghcr.io
22
username: ${{ github.repository_owner }}
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
10
11
12
13
0 commit comments