Compare commits
No commits in common. "02ef3a5cfb74797830f08db46e4f2fb5f9bcf747" and "eab696d011242e71c2ec2e3a43cd28452645c6e9" have entirely different histories.
02ef3a5cfb
...
eab696d011
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ resources:
|
|||
- name: source
|
||||
type: git
|
||||
source:
|
||||
uri: https://gitea.redxef.at/redxef/jupyterhub-docker-spawner-image
|
||||
uri: https://gitea.redxef.at/redxef/jupyter-docker-spawner-image
|
||||
branch: main
|
||||
fetch_tags: true
|
||||
- name: upstream-image
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
- name: build-output
|
||||
params:
|
||||
dest: build-output/image.tar
|
||||
platform: aarch64,x86_64
|
||||
platform: aarch64,arm,i386,ppc64le,s390x,x86_64
|
||||
run:
|
||||
path: build
|
||||
- put: image
|
||||
|
|
Loading…
Reference in a new issue