1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
b3c97ed3b2 ci: Fix cache path
Some checks failed
/ build-kde (push) Failing after 9s
2025-04-28 12:18:15 +02:00
e06df2d81c ci: Fix image build step name 2025-04-28 12:13:16 +02:00

View file

@ -17,7 +17,7 @@ jobs:
auth_file_path: '$HOME/.config/containers/auth.json'
# base
- run: mkdir cache
- name: 'Build image'
- name: 'Build image - onc-kde:main'
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat'
with:
tags: '${{ vars.REGISTRY_DOMAIN }}/${{ vars.NAMESPACE }}/onc-kde:main'
@ -27,7 +27,7 @@ jobs:
--userns=container
--security-opt=no-new-privileges
--annotation=quay.expires-after=
-v ${PWD}/cache:/var/cache/libdnf5:Z
-v ${{ env.GITHUB_WORKSPACE }}/cache:/var/cache/libdnf5:Z
build-args: |
REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
NAMESPACE=${{ vars.NAMESPACE }}