We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ab924 commit 6e49ac9Copy full SHA for 6e49ac9
1 file changed
.github/workflows/docker.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v6
31
- uses: gradle/wrapper-validation-action@v3
32
- name: Login to GitHub Packages
33
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
34
with:
35
registry: ghcr.io
36
username: ${{ github.actor }}
0 commit comments