We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852027b commit fa69937Copy full SHA for fa69937
.github/workflows/docker-image.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Login to Docker Hub
19
uses: docker/login-action@v3
20
with:
21
- username: ${{ vars.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
22
password: ${{ secrets.DOCKERHUB_TOKEN }}
23
24
- name: Build and Push Docker Images
0 commit comments