modified: .gitea/workflows/image-deploy.yaml
/ build-push-image (push) Failing after 14s

This commit is contained in:
Márcio Fernandes
2026-05-03 21:39:24 +00:00
parent f9c57c4bc2
commit 32d6bdad31
+1 -1
View File
@@ -4,6 +4,7 @@ on:
- feature/oci-cd - feature/oci-cd
schedule: schedule:
- cron: '@weekly' # once per week - cron: '@weekly' # once per week
jobs: jobs:
build-push-image: build-push-image:
@@ -25,7 +26,6 @@ jobs:
- name: run buildctl build and push - name: run buildctl build and push
shell: bash shell: bash
run: | run: |
USER='${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_USERNAME }}' USER='${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_USERNAME }}'
PASS='${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_PASSWORD }}' PASS='${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_PASSWORD }}'
AUTH=$(printf '%s:%s' "$USER" "$PASS" | base64 -w0) AUTH=$(printf '%s:%s' "$USER" "$PASS" | base64 -w0)