From 4f95cf710b1063459cb658302d48d91dedd61b39 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 21 Sep 2021 19:39:05 -0700 Subject: Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1c65e56..e129ac3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: uses: docker/login-action@v1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Login to GitHub Container Registry if: ${{ startsWith(github.ref, 'refs/tags/') }} -- cgit v1.2.3