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 e0bacfd commit e8505f7Copy full SHA for e8505f7
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
12
- name: Login to GitHub Container Registry
13
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
14
with:
15
registry: ghcr.io
16
username: ${{ github.actor }}
0 commit comments