plaintext
This commit is contained in:
parent
8af55f61b8
commit
9dee3b9875
|
@ -55,6 +55,8 @@ jobs:
|
||||||
tags: keitaro/ckan:${{ steps.ubuntu.outputs.IMAGE_TAG }}
|
tags: keitaro/ckan:${{ steps.ubuntu.outputs.IMAGE_TAG }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache-ubuntu-2-9
|
cache-from: type=local,src=/tmp/.buildx-cache-ubuntu-2-9
|
||||||
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-ubuntu-2-9
|
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-ubuntu-2-9
|
||||||
|
build-args:
|
||||||
|
--progress=plain
|
||||||
|
|
||||||
build-ckan-2-8:
|
build-ckan-2-8:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue