Don't cache container image layers to avoid policy issues
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 49s
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 49s
This commit is contained in:
parent
024e7e6f5d
commit
7a00e27df9
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ jobs:
|
|||
- name: Build optimized Rust test image (if needed)
|
||||
if: steps.check-deps.outputs.rebuild_needed == 'true'
|
||||
run: |
|
||||
podman --remote build \
|
||||
# Build without caching to avoid policy issues
|
||||
podman --remote build --no-cache \
|
||||
-f backend/Dockerfile.test-rust \
|
||||
-t "$PREBUILT_BACKEND_TEST_IMAGE:${{ steps.check-deps.outputs.deps_hash }}" \
|
||||
-t "$PREBUILT_BACKEND_TEST_IMAGE:latest"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue