RC: (debug) workflow not pushing to chart
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 51s

This commit is contained in:
Raul Costa
2026-04-02 01:25:35 +01:00
parent 2d644a1ec3
commit 1ac70a0b1a

View File

@@ -40,6 +40,18 @@ jobs:
${{ env.IMAGE_NAME }}:${{ gitea.sha }} ${{ env.IMAGE_NAME }}:${{ gitea.sha }}
${{ env.IMAGE_NAME }}:latest ${{ env.IMAGE_NAME }}:latest
- name: Checkout Infra Repository Manually
run: |
echo "🧹 Cleaning up old workspace..."
rm -rf infra-workspace
echo "🚀 Attempting to clone the infrastructure repository..."
# Using the token directly in the URL to bypass the API and clone over HTTPS
git clone https://gitea_bot:${{ secrets.INFRA_REPO_TOKEN }}@git.h0melab.uk/${{ env.INFRA_REPO }}.git infra-workspace
echo "✅ Clone successful! Contents:"
ls -la infra-workspace
- name: Checkout Infra Repository - name: Checkout Infra Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: