This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
- feature/oci-cd
|
||||
schedule:
|
||||
- cron: '@weekly' # once per week
|
||||
|
||||
jobs:
|
||||
|
||||
build-push-image:
|
||||
@@ -25,7 +26,6 @@ jobs:
|
||||
- name: run buildctl build and push
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
USER='${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_USERNAME }}'
|
||||
PASS='${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_PASSWORD }}'
|
||||
AUTH=$(printf '%s:%s' "$USER" "$PASS" | base64 -w0)
|
||||
|
||||
Reference in New Issue
Block a user