This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user