diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 890486d..b5799b9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: run: docker build --network host -t gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-frontend:${{ gitea.sha }} ./frontend - name: Login to Gitea Registry - run: echo "${{ secrets.GITEA_TOKEN }}" | docker login gitea-http.gitea.svc.cluster.local:3000 -u ${{ gitea.repository_owner }} --password-stdin + run: echo "44666dc7a3e72001416e103af1be83afda104284" | docker login gitea-http.gitea.svc.cluster.local:3000 -u ${{ gitea.repository_owner }} --password-stdin - name: Push API Image run: docker push gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-api:${{ gitea.sha }}