From a7ca36d53b3abaaedf9aacb725c430fcad649760 Mon Sep 17 00:00:00 2001 From: bobjwalker Date: Fri, 5 Jan 2024 14:04:08 -0600 Subject: [PATCH] Updating to use the right secret --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 552016d..a2e436d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,8 +37,8 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v2 with: - username: ${{ secrets.DOCKERHUB_SAMPLES_USERNAME }} - password: ${{ secrets.DOCKERHUB_SAMPLES_PASSWORD }} + username: ${{ secrets.DOCKERHUB_PAT_USERNAME }} + password: ${{ secrets.DOCKERHUB_PAT }} - name: build and push website container working-directory: src run: |