4 lines
96 B
Bash
4 lines
96 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
apko publish --sbom=false apko.yaml gitea.elara.ws/elara6331/busybox:latest
|