Files
2025-10-15 11:57:36 +02:00

8 lines
259 B
Bash
Executable File

#!/bin/bash
# Build the Docker image
docker build --platform linux/amd64 -t harbor.cl1.parano.ch/library/imagepullsecrets-webhook:latest src/
# Push the Docker image to local registry
docker push harbor.cl1.parano.ch/library/imagepullsecrets-webhook:latest