Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit aaccd60

Browse files
committed
fix: docker auth in ci
1 parent 1613a54 commit aaccd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: docker/login-action@v1
4141
with:
4242
username: ${{ secrets.DOCKER_USERNAME }}
43-
password: ${{ secrets.DOCKER_TOKEN }}
43+
password: ${{ secrets.DOCKER_PASSWORD }}
4444
- uses: docker/build-push-action@v2
4545
with:
4646
context: relay-local

0 commit comments

Comments
 (0)