hello world render app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

workaround for buildah

Signed-off-by: softprops <d.tangren@gmail.com>

softprops 8670561f 73aac1b2

+2 -1
+2 -1
.tangled/workflows/deploy.yml
··· 20 20 nixpkgs: 21 21 - go-containerregistry 22 22 - go 23 + - cacert 23 24 24 25 environment: 25 26 IMAGE_REGISTRY: atcr.io ··· 47 48 # Prepare the filesystem layer 48 49 mkdir -p staging/etc/ssl/certs 49 50 cp ./app staging/app 50 - cp /etc/ssl/certs/ca-certificates.crt staging/etc/ssl/certs/ca-certificates.crt 51 + cp "$NIX_SSL_CERT_FILE" staging/etc/ssl/certs/ca-certificates.crt 51 52 tar -cf layer.tar -C staging . 52 53 53 54 # Build from scratch base, append layer, set config, and push