We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ea3d5 commit 3f2386eCopy full SHA for 3f2386e
1 file changed
.github/workflows/docker-image.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Log in to Docker Hub
18
uses: docker/login-action@v3 # Explicitly updating to v3
19
- with:
+ with:
20
username: ${{ secrets.DOCKER_USERNAME }}
21
password: ${{ secrets.DOCKER_PASSWORD }}
22
0 commit comments