Set correct build contexts for buildah
Some checks failed
Some checks failed
This commit is contained in:
parent
644506b2d9
commit
7f136a4ab3
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,7 @@ jobs:
|
|||
--annotation=quay.expires-after=
|
||||
--build-arg REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
||||
--build-arg NAMESPACE=${{ vars.NAMESPACE }}
|
||||
containers
|
||||
|
||||
- name: 'Push image - onc-kde:main'
|
||||
run: >
|
||||
|
@ -83,6 +84,7 @@ jobs:
|
|||
--annotation=quay.expires-after=
|
||||
--build-arg REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
||||
--build-arg NAMESPACE=${{ vars.NAMESPACE }}
|
||||
containers
|
||||
|
||||
- name: 'Push image - onc-kde:main-ver4a'
|
||||
run: >
|
||||
|
@ -135,6 +137,7 @@ jobs:
|
|||
--annotation=quay.expires-after=
|
||||
--build-arg REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
||||
--build-arg NAMESPACE=${{ vars.NAMESPACE }}
|
||||
containers
|
||||
|
||||
- name: 'Push image - onc-kde:main-nvidia'
|
||||
run: >
|
||||
|
@ -184,6 +187,7 @@ jobs:
|
|||
--annotation=quay.expires-after=
|
||||
--build-arg REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
||||
--build-arg NAMESPACE=${{ vars.NAMESPACE }}
|
||||
containers
|
||||
|
||||
- name: 'Push image - onc-kde:main-nvidia-ver4a'
|
||||
run: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue