#!/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