From 808f840af02bb34536585e24d4362cce6b739077 Mon Sep 17 00:00:00 2001 From: Muhamad Aditya Prima Date: Fri, 13 Dec 2024 02:13:43 +0700 Subject: [PATCH] Fixed wrong action variable --- .gitea/workflows/winter.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/winter.yaml b/.gitea/workflows/winter.yaml index c77e436..d0cafcd 100644 --- a/.gitea/workflows/winter.yaml +++ b/.gitea/workflows/winter.yaml @@ -17,7 +17,7 @@ jobs: uses: docker/login-action@v3 with: registry: git.winteraccess.id - username: ${{ vars.REGISTRY_USER }} + username: ${{ vars.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push 9.3 uses: docker/build-push-action@v5 @@ -62,7 +62,7 @@ jobs: uses: docker/login-action@v3 with: registry: docker.io - username: ${{ vars.REGISTRY_USER }} + username: ${{ vars.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push 9.3 uses: docker/build-push-action@v5 @@ -107,7 +107,7 @@ jobs: uses: docker/login-action@v3 with: registry: docker.io - username: ${{ vars.REGISTRY_USER }} + username: ${{ vars.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push 9.3 uses: docker/build-push-action@v5