We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8c122 commit 81f599eCopy full SHA for 81f599e
1 file changed
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Login to GitHub Container Registry
28
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
29
with:
30
registry: ghcr.io
31
username: ${{ github.repository_owner }}
0 commit comments