This commit is contained in:
2024-11-25 23:17:25 -05:00
parent a0c49cffdd
commit ace880e610
4 changed files with 37 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
podman image ls \
-f 'reference=gitea.reeseapps.com/services/arch-toolbox:latest' \
-n --no-trunc --format '{{ .Repository }}:{{ .Tag }}' \
| xargs -I {} podman push {}