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: