This commit is contained in:
parent
6429c91ced
commit
d0eeccd117
@ -9,7 +9,7 @@ for dir in builds/*/ ; do
|
|||||||
folder_name=$(basename $dir)
|
folder_name=$(basename $dir)
|
||||||
|
|
||||||
# Build the Docker image
|
# Build the Docker image
|
||||||
docker build -t caddy-$folder_name $dir
|
docker build --platform linux/amd64 -t caddy-$folder_name $dir
|
||||||
|
|
||||||
# Tag the Docker image for pushing to the repository
|
# Tag the Docker image for pushing to the repository
|
||||||
docker tag caddy-$folder_name linloir/caddy-$folder_name
|
docker tag caddy-$folder_name linloir/caddy-$folder_name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user