Compare commits
2 commits
8e7f710c08
...
b3c97ed3b2
Author | SHA1 | Date | |
---|---|---|---|
b3c97ed3b2 | |||
e06df2d81c |
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue