We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd38ca3 commit b6e0ea3Copy full SHA for b6e0ea3
.github/workflows/docker.yml
@@ -29,7 +29,7 @@ jobs:
29
type=semver,pattern={{major}}.{{minor}}
30
31
- name: Authenticate to Package Registry
32
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
33
if: ${{ github.event_name != 'pull_request' }}
34
with:
35
registry: ghcr.io
0 commit comments