stupid
Build and Push Docker Images / build-and-push (push) Successful in 23s

This commit is contained in:
2026-07-29 20:15:39 +02:00
parent d7b6553eff
commit 771c143ca9
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
log() { echo "[$(date -Is)] $*"; } log() { echo "[$(date -Is)] $*" >&2; }
sleep_until_next_rotate() { sleep_until_next_rotate() {
local rotate_at="${ROTATE_AT:-03:00}" local rotate_at="${ROTATE_AT:-03:00}"
@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
log() { echo "[$(date -Is)] $*"; } log() { echo "[$(date -Is)] $*" >&2; }
require_env() { require_env() {
local name="$1" local name="$1"