From 86035b93a7ab8ee3d159315dd5d8c5b0bd015fd6 Mon Sep 17 00:00:00 2001 From: Muhamad Aditya Prima Date: Sat, 14 Dec 2024 01:45:55 +0700 Subject: [PATCH] Fixed ubi9 winter workflows --- .gitea/workflows/ubi9-winter.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ubi9-winter.yaml b/.gitea/workflows/ubi9-winter.yaml index 99e760b..1d26a47 100644 --- a/.gitea/workflows/ubi9-winter.yaml +++ b/.gitea/workflows/ubi9-winter.yaml @@ -17,8 +17,8 @@ jobs: uses: docker/login-action@v3 with: registry: git.winteraccess.id - username: aprimediet - password: ${{ secrets.DOCKER_TOKEN }} + username: ${{ vars.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push 7.4 uses: docker/build-push-action@v5 with: @@ -101,8 +101,8 @@ jobs: uses: docker/login-action@v3 with: registry: git.winteraccess.id - username: aprimediet - password: ${{ secrets.DOCKER_TOKEN }} + username: ${{ vars.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push 7.4 uses: docker/build-push-action@v5 with: @@ -185,8 +185,8 @@ jobs: uses: docker/login-action@v3 with: registry: git.winteraccess.id - username: aprimediet - password: ${{ secrets.DOCKER_TOKEN }} + username: ${{ vars.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push 7.4 uses: docker/build-push-action@v5 with: @@ -272,8 +272,8 @@ jobs: uses: docker/login-action@v3 with: registry: git.winteraccess.id - username: aprimediet - password: ${{ secrets.DOCKER_TOKEN }} + username: ${{ vars.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push 7.4 uses: docker/build-push-action@v5 with: