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