5 lines
127 B
Bash
5 lines
127 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
echo "Push step is intentionally left as an integration point for the target registry."
|