From 82357100e3b0ca3ab8ee7af96a3cb78381eddb0a Mon Sep 17 00:00:00 2001 From: MigBash <20924663+migbash@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:33:06 +0100 Subject: [PATCH] ci(github): update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [1] ──── Update '.github/workflow/*' for changes in secret names and workflow updates --- .github/workflows/pr.main.tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.main.tag.yml b/.github/workflows/pr.main.tag.yml index 3c5fd575..42e3990e 100644 --- a/.github/workflows/pr.main.tag.yml +++ b/.github/workflows/pr.main.tag.yml @@ -170,7 +170,7 @@ jobs: ref: ${{ github.ref }} - uses: docker/login-action@v3 with: - username: ${{ secrets.DOCKER_HUB_PASSWORD }} + username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: "STEP /:/ build docker image" run: | @@ -185,7 +185,7 @@ jobs: make docker-image-publish-to-registry env: ENV_IMAGE_TAG_ID: ${{ env.ENV_IMAGE_TAG_ID }} - ENV_DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_PASSWORD }} + ENV_DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }} # # ╭──────────────────────────────────────────────────────────────────╮