We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df50f3 commit 059502aCopy full SHA for 059502a
1 file changed
.github/workflows/release.yml
@@ -21,10 +21,10 @@ jobs:
21
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
22
23
- name: Login to DockerHub
24
- uses: docker/login-action@v1
25
- with:
26
- username: ${{ secrets.DOCKERHUB_USERNAME }}
27
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ env:
+ USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
+ TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
+ run: docker login -u $USERNAME -p $TOKEN
28
29
- name: build
30
env:
0 commit comments