This commit is contained in:
parent
8dc0d5c6d7
commit
201e4c0906
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@ when:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
secrets: [registry_user, registry_password]
|
||||
environment:
|
||||
REGISTRY_USER:
|
||||
from_secret: registry_user
|
||||
REGISTRY_PASSWORD:
|
||||
from_secret: registry_password
|
||||
image: docker.io/archlinux:base-devel
|
||||
privileged: true
|
||||
commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue