Skip to content

Commit 059502a

Browse files
committed
ci: Docker login
1 parent 6df50f3 commit 059502a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
2222

2323
- name: Login to DockerHub
24-
uses: docker/login-action@v1
25-
with:
26-
username: ${{ secrets.DOCKERHUB_USERNAME }}
27-
password: ${{ secrets.DOCKERHUB_TOKEN }}
24+
env:
25+
USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
26+
TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
27+
run: docker login -u $USERNAME -p $TOKEN
2828

2929
- name: build
3030
env:

0 commit comments

Comments
 (0)