use per-user container policy
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 43s
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 43s
This commit is contained in:
parent
553f3e8947
commit
f1e2b688a5
1 changed files with 5 additions and 1 deletions
|
|
@ -64,11 +64,14 @@ jobs:
|
||||||
--cache-to "$CACHE_REPO" \
|
--cache-to "$CACHE_REPO" \
|
||||||
--cache-from "$CACHE_REPO" \
|
--cache-from "$CACHE_REPO" \
|
||||||
--target deps \
|
--target deps \
|
||||||
|
--signature-policy ~/.config/containers/policy-ci.json \
|
||||||
-f backend/Dockerfile.test-rust \
|
-f backend/Dockerfile.test-rust \
|
||||||
-t "$PREBUILT_BACKEND_TEST_IMAGE:deps-${{ steps.cache-key.outputs.cache_key }}" \
|
-t "$PREBUILT_BACKEND_TEST_IMAGE:deps-${{ steps.cache-key.outputs.cache_key }}" \
|
||||||
--layers
|
--layers
|
||||||
|
|
||||||
podman --remote push "$PREBUILT_BACKEND_TEST_IMAGE:deps-${{ steps.cache-key.outputs.cache_key }}"
|
podman --remote push \
|
||||||
|
--signature-policy ~/.config/containers/policy-ci.json \
|
||||||
|
"$PREBUILT_BACKEND_TEST_IMAGE:deps-${{ steps.cache-key.outputs.cache_key }}"
|
||||||
|
|
||||||
- name: Build full test image with cached dependencies
|
- name: Build full test image with cached dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -77,6 +80,7 @@ jobs:
|
||||||
--layers \
|
--layers \
|
||||||
--cache-from "$CACHE_REPO" \
|
--cache-from "$CACHE_REPO" \
|
||||||
--target runner \
|
--target runner \
|
||||||
|
--signature-policy ~/.config/containers/policy-ci.json \
|
||||||
-f backend/Dockerfile.test-rust \
|
-f backend/Dockerfile.test-rust \
|
||||||
-t "$PREBUILT_BACKEND_TEST_IMAGE:test-${{ github.sha }}" \
|
-t "$PREBUILT_BACKEND_TEST_IMAGE:test-${{ github.sha }}" \
|
||||||
.
|
.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue