We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad4848 commit f9b8177Copy full SHA for f9b8177
.github/workflows/docker-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Login to Docker Hub
20
uses: docker/login-action@v2
21
with:
22
- username: meysam57 # Your Docker Hub username
+ username: meysam.savameri@gmail.com # Your Docker Hub username
23
password: ${{ secrets.DOCKERHUB_TOKEN }} # Your Docker Hub token stored as a secret
24
25
- name: Build and push Docker image
0 commit comments