chore(ci): repoint registry/git/cargo meghsakha.com -> breakpilot.com (#45)
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m12s
CI / Security Audit (push) Failing after 7s
CI / Tests (push) Skipped
CI / E2E Tests (push) Skipped
CI / Deploy (push) Skipped

This commit was merged in pull request #45.
This commit is contained in:
2026-08-06 08:42:41 +00:00
parent 406d5ec2f1
commit e3cb9126ea
+2 -2
View File
@@ -280,9 +280,9 @@ jobs:
git checkout FETCH_HEAD git checkout FETCH_HEAD
- name: Build and push image - name: Build and push image
run: | run: |
IMAGE=repo.meghsakha.com/certifai/certifai-dashboard IMAGE=repo.breakpilot.com/certifai/certifai-dashboard
echo "$REGISTRY_PASSWORD" | \ echo "$REGISTRY_PASSWORD" | \
docker login repo.meghsakha.com -u "$REGISTRY_USERNAME" --password-stdin docker login repo.breakpilot.com -u "$REGISTRY_USERNAME" --password-stdin
docker build -t "$IMAGE:latest" -t "$IMAGE:${GITHUB_SHA}" . docker build -t "$IMAGE:latest" -t "$IMAGE:${GITHUB_SHA}" .
docker push "$IMAGE:latest" docker push "$IMAGE:latest"
{ command -v cosign >/dev/null 2>&1 || curl -sSfLo /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/download/v2.4.3/cosign-linux-amd64 || wget -qO /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/download/v2.4.3/cosign-linux-amd64; } || echo "::warning::cosign fetch failed" { command -v cosign >/dev/null 2>&1 || curl -sSfLo /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/download/v2.4.3/cosign-linux-amd64 || wget -qO /usr/local/bin/cosign https://github.com/sigstore/cosign/releases/download/v2.4.3/cosign-linux-amd64; } || echo "::warning::cosign fetch failed"