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.
docker/login-action
1 parent d3ebd45 commit 3d18125Copy full SHA for 3d18125
.github/actions/deploy-image/action.yml
@@ -49,7 +49,7 @@ runs:
49
uses: ./.github/actions/get-idris-sha
50
51
- name: Login to GHCR
52
- uses: docker/login-action@v2.2.0
+ uses: docker/login-action@v3
53
with:
54
registry: ghcr.io
55
username: ${{ github.actor }}
0 commit comments