We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e33cb5 commit 32416bcCopy full SHA for 32416bc
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Login to DockerHub
45
if: github.ref == 'refs/heads/master'
46
uses: docker/login-action@v1
47
- env:
+ with:
48
username: ${{ secrets.DOCKER_USERNAME }}
49
password: ${{ secrets.DOCKER_TOKEN }}
50
0 commit comments