This commit is contained in:
parent
32dfb09078
commit
4c2ee0146c
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ when:
|
|||
steps:
|
||||
- name: build
|
||||
secrets: [registry_user, registry_password]
|
||||
image: archlinux:base-devel
|
||||
image: docker.io/archlinux:base-devel
|
||||
commands:
|
||||
- ./build-iso
|
||||
- eval $(grep iso_ archiso/profiledef.sh)
|
||||
- ISO_FILE="$iso_name-$iso_version-x86_64.iso"
|
||||
- ISO_FILE="archiso/out/$iso_name-$iso_version-x86_64.iso"
|
||||
- echo $ISO_FILE
|
||||
- |
|
||||
curl --user ${REGISTRY_USER}:${REGISTRY_PASSWORD}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue