ci: Fix build context
This commit is contained in:
parent
8ad92da922
commit
41f0f8d322
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
||||||
tags: 'ci-dev'
|
tags: 'ci-dev'
|
||||||
|
context: 'oci-builder'
|
||||||
containerfiles: 'Dockerfile'
|
containerfiles: 'Dockerfile'
|
||||||
oci: true
|
oci: true
|
||||||
extra-args: |
|
extra-args: |
|
||||||
|
@ -63,6 +64,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
||||||
tags: 'throwaway'
|
tags: 'throwaway'
|
||||||
|
context: 'oci-builder'
|
||||||
containerfiles: 'Dockerfile'
|
containerfiles: 'Dockerfile'
|
||||||
oci: true
|
oci: true
|
||||||
extra-args: |
|
extra-args: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue