1
0
Fork 0

Compare commits

..

No commits in common. "b3c97ed3b2b4d98e464a5e0f362fff669fac0b6d" and "8e7f710c08ffffd6f357723706012f47942f8fe8" have entirely different histories.

View file

@ -17,7 +17,7 @@ jobs:
auth_file_path: '$HOME/.config/containers/auth.json' auth_file_path: '$HOME/.config/containers/auth.json'
# base # base
- run: mkdir cache - run: mkdir cache
- name: 'Build image - onc-kde:main' - name: 'Build image'
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat' uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat'
with: with:
tags: '${{ vars.REGISTRY_DOMAIN }}/${{ vars.NAMESPACE }}/onc-kde:main' tags: '${{ vars.REGISTRY_DOMAIN }}/${{ vars.NAMESPACE }}/onc-kde:main'
@ -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 ${{ env.GITHUB_WORKSPACE }}/cache:/var/cache/libdnf5:Z -v ${PWD}/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 }}