We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 145744a + 415fca5 commit 8bc40c6Copy full SHA for 8bc40c6
1 file changed
.github/workflows/docker-image.yml
@@ -40,14 +40,14 @@ jobs:
40
41
- name: Log in to Docker Hub
42
if: github.event_name != 'pull_request'
43
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
44
with:
45
username: ${{ secrets.DOCKER_USERNAME }}
46
password: ${{ secrets.DOCKER_TOKEN }}
47
48
- name: Login to GHCR
49
50
51
52
registry: ghcr.io
53
username: ${{ github.repository_owner }}
0 commit comments