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 b932ed0 commit 3d0ee43Copy full SHA for 3d0ee43
.github/actions/build-and-publish-image/action.yml
@@ -30,7 +30,7 @@ runs:
30
shell: bash
31
32
- name: Login to GitHub Container Registry
33
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
34
with:
35
registry: ghcr.io
36
username: ${{ inputs.repository_owner }}
0 commit comments