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.
2 parents 9652081 + 9cbbe1e commit cc7a7caCopy full SHA for cc7a7ca
.github/workflows/image.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-20.04
20
steps:
21
- name: Login to GitHub Container Registry
22
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
23
with:
24
username: ${{ github.actor }}
25
password: ${{ secrets.GITHUB_TOKEN }}
0 commit comments