From 23807018d9c02039bd6516cda23fb25699301e12 Mon Sep 17 00:00:00 2001 From: DanCardin Date: Mon, 12 Jun 2023 10:58:42 -0400 Subject: [PATCH] feat: Use correct secrets names. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 041b0e9..27933f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,8 +39,8 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v2 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + username: ${{ secrets.DOCKER_USER }} + password: ${{ secrets.DOCKER_PASSWORD }} - name: Publish Dockerhub run: |