diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 827c148..33838ef 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -24,8 +24,8 @@ jobs: # Use '!' for the registry address # Example: registry: gitea.yourcompany.com registry: ${{ gitea.instance }} - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} + username: ${{ vars.REPOSITORY_USERNAME }} + password: ${{ secrets.REPOSITORY_PASSWORD }} # Step 3: Build the Docker image and push it to the registry - name: Build and Push Docker Image