Compare commits
No commits in common. "main" and "ci" have entirely different histories.
2 changed files with 1 additions and 6 deletions
|
@ -3,11 +3,7 @@ when:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
environment:
|
||||
REGISTRY_USER:
|
||||
from_secret: registry_user
|
||||
REGISTRY_PASSWORD:
|
||||
from_secret: registry_password
|
||||
secrets: [registry_user, registry_password]
|
||||
image: docker.io/archlinux:base-devel
|
||||
privileged: true
|
||||
commands:
|
||||
|
|
|
@ -10,7 +10,6 @@ pkg_add=(
|
|||
"$kernel-headers"
|
||||
ansible
|
||||
zfs-dkms
|
||||
neovim
|
||||
)
|
||||
|
||||
function as_root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue