Forgot to commit build containers script typo
This commit is contained in:
parent
f6fb39388e
commit
5dd3dfbcdd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@ for container in "$BASEDIR"/Containerfile.*; do
|
|||
base=$(basename "$container")
|
||||
tag=${base#"Containerfile."}
|
||||
podman build -t "git.ctbk.de/infra/$tag" --cpu-quota 50000 -f "$container" $BASEDIR
|
||||
podman --authfile /etc/forgejo-actions/podman-auth.json push "git.ctbk.de/infra/$tag"
|
||||
podman push --authfile /etc/forgejo-actions/podman-auth.json "git.ctbk.de/infra/$tag"
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue