From 4d8e17f59f6a4b07710db40bec67a8c432db899e Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 20 Dec 2024 22:57:02 -0600 Subject: [PATCH] Update build-and-push-images.yml --- .github/workflows/build-and-push-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index ab1d276..6bee48c 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -13,7 +13,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - username: ${{ variables.DOCKERHUB_USERNAME }} + username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container Registry