We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04348c commit 1f4b43eCopy full SHA for 1f4b43e
.github/workflows/release.yml
@@ -28,10 +28,10 @@ jobs:
28
29
- name: Docker Login
30
env:
31
- DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
32
- DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
+ DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
+ DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
33
run: |
34
- echo "${DOCKER_TOKEN}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
+ echo "${DOCKERHUB_TOKEN}" | docker login --username "${DOCKERHUB_USERNAME}" --password-stdin
35
36
- name: Set up QEMU
37
uses: docker/setup-qemu-action@v2
0 commit comments