We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a3a422 + 1df33a6 commit b73b6c3Copy full SHA for b73b6c3
1 file changed
.github/workflows/ci-container.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
path: local
26
- name: Log in to Docker Hub
27
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
28
29
username: ${{ secrets.DOCKERHUB_USER }}
30
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
0 commit comments