From dea0332c767a926c9e62e724e58d1986ef1e5b2e Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Wed, 9 Oct 2024 17:34:24 +0000 Subject: [PATCH] fix: fixed secret variable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d51f50..df8a7aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.inputs.push == 'true' uses: docker/login-action@v3 with: - username: ${{ github.DOCKERHUB_USERNAME }} + username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: "Login to GitHub Container Registry"