ci: hardcode valid PAT for docker login
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
|||||||
run: docker build --network host -t gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-frontend:${{ gitea.sha }} ./frontend
|
run: docker build --network host -t gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-frontend:${{ gitea.sha }} ./frontend
|
||||||
|
|
||||||
- name: Login to Gitea Registry
|
- 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
|
- name: Push API Image
|
||||||
run: docker push gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-api:${{ gitea.sha }}
|
run: docker push gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-api:${{ gitea.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user