8 lines
259 B
Bash
Executable File
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
|