We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8508580 + bd1d3df commit 5bf151dCopy full SHA for 5bf151d
.github/workflows/latest-image-push.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: docker/login-action@v1
19
with:
20
username: ${{ secrets.DOCKER_USERNAME }}
21
- password: ${{ secrets.DOCKER_TOKEN }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
22
- name: Build and push dope latest image
23
run: |
24
make ${{ matrix.push }}
0 commit comments