Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Aug 1, 2024
1 parent bb3fde6 commit 2424380
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snc-runner-oci-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
- name: Build image for Release
run: |
ls -al
BUILD_EVENT=$(cat snc-runner-build-event)
MANIFEST=$(cat snc-runner-build-event)
echo ${BUILD_EVENT}
echo ${MANIFEST}

8 changes: 6 additions & 2 deletions .github/workflows/snc-runner-oci-pusher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:

- name: Build image for Release
run: |
ls -al
BUILD_EVENT=$(cat snc-runner-build-event)
MANIFEST=$(cat snc-runner-build-event)



# er 4096 Aug 1 11:13 snc-runner
# -rw-r--r-- 1 runner docker 13 Aug 1 11:13 snc-runner-build-event
# -rw-r--r-- 1 runner docker 36 Aug 1 11:13 snc-runner-info
# -rw-r--r-- 1 runner docker 305697792 Aug 1 11:13 snc-runner.tar

0 comments on commit 2424380

Please sign in to comment.