1
0
Fork 0

ci: Fix cache path
Some checks failed
/ build-kde (push) Failing after 9s

This commit is contained in:
ver4a 2025-04-28 12:18:15 +02:00
parent e06df2d81c
commit b3c97ed3b2

View file

@ -27,7 +27,7 @@ jobs:
--userns=container --userns=container
--security-opt=no-new-privileges --security-opt=no-new-privileges
--annotation=quay.expires-after= --annotation=quay.expires-after=
-v ${PWD}/cache:/var/cache/libdnf5:Z -v ${{ env.GITHUB_WORKSPACE }}/cache:/var/cache/libdnf5:Z
build-args: | build-args: |
REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }} REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
NAMESPACE=${{ vars.NAMESPACE }} NAMESPACE=${{ vars.NAMESPACE }}