From 1423bd282fd837c08b50434e9a5911cafce2faf1 Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Tue, 21 May 2024 01:36:47 +1000 Subject: [PATCH] ci: use org DOCKERHUB_TOKEN secret (#128) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43420def..d9f08047 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,7 +149,7 @@ jobs: uses: docker/login-action@v3 with: username: "${{ secrets.DOCKERHUB_USERNAME }}" - password: "${{ secrets.DOCKERHUB_PASSWORD }}" + password: "${{ secrets.DOCKERHUB_TOKEN }}" - name: "Login to GitHub Container Registry" if: github.event_name == 'push' || inputs.release