Files
homelab/infrastructure/graduated/fedora/arch-push.sh
2024-11-25 23:17:25 -05:00

6 lines
193 B
Bash
Executable File

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