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 51dd68f commit 3d0fa6fCopy full SHA for 3d0fa6f
1 file changed
.github/workflows/docker.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build Image
21
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }}
22
- name: Login to GitHub Packages
23
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
24
with:
25
registry: ghcr.io
26
username: ${{ github.actor }}
0 commit comments