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 d5343d1 commit 9ab2e12Copy full SHA for 9ab2e12
.github/workflows/docker-image.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout code
12
uses: actions/checkout@v3
13
- name: Login to GitHub Container Registry
14
- uses: docker/login-action@v3
+ uses: docker/login-action@v2
15
with:
16
registry: ghcr.io
17
username: ${{ github.actor }}
0 commit comments