From 2090d3d90d7afa5d5fc39b50a2d9b60d346efec8 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:20:37 +0200 Subject: [PATCH] [CI] fix gitea login id --- .github/workflows/containers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 8b41328..65a0a45 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -108,7 +108,7 @@ jobs: username: ${{ secrets.GHCR_USERNAME }} password: ${{ secrets.GHCR_TOKEN }} - name: Login to Gitea - id: docker-hub-login + id: gitea-login if: ${{ env.gitea-credentials == 'true' }} uses: docker/login-action@v2 with: @@ -222,7 +222,7 @@ jobs: username: ${{ secrets.GHCR_USERNAME }} password: ${{ secrets.GHCR_TOKEN }} - name: Login to Gitea - id: docker-hub-login + id: gitea-login if: ${{ env.gitea-credentials == 'true' }} uses: docker/login-action@v2 with: @@ -590,7 +590,7 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Login to Gitea - id: docker-hub-login + id: gitea-login if: ${{ env.gitea-credentials == 'true' }} uses: docker/login-action@v2 with: @@ -678,7 +678,7 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Login to Gitea - id: docker-hub-login + id: gitea-login if: ${{ env.gitea-credentials == 'true' }} uses: docker/login-action@v2 with: