6 lines
193 B
Bash
Executable File
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 {} |