update ci
This commit is contained in:
parent
009bff7106
commit
aa36dedffd
@ -6,7 +6,7 @@ secrets:
|
||||
- 130adee5-3a8f-4035-8cad-e3d044be2961
|
||||
|
||||
sources:
|
||||
- https://git.sr.ht/~jswank/alpine-cli
|
||||
- https://git.sr.ht/~jswank/aws-cli
|
||||
|
||||
packages:
|
||||
- podman
|
||||
@ -22,7 +22,7 @@ tasks:
|
||||
# build the image using the just recipe
|
||||
# - sudo (-u root) is required to run podman without more setup
|
||||
- build: |
|
||||
cd alpine-cli
|
||||
cd aws-cli
|
||||
sudo --preserve-env just build
|
||||
|
||||
# publish the image using the just recipe
|
||||
@ -31,7 +31,7 @@ tasks:
|
||||
# - sudo (-u root) is required to run podman without more setup
|
||||
# - sudo --preserve-env is required to pass environment variables
|
||||
- publish: |
|
||||
cd alpine-cli
|
||||
cd aws-cli
|
||||
chpst -e ~/.envdir sudo --preserve-env just registry_pass_var=GH_PAT publish
|
||||
chpst -e ~/.envdir sudo --preserve-env just registry=docker.io registry_pass_var=DH_PAT publish
|
||||
chpst -e ~/.envdir sudo --preserve-env just registry=quay.io registry_pass_var=QUAY_PAT publish
|
||||
|
||||
Loading…
Reference in New Issue
Block a user