Revision d94748193fbb913347b449049f26d1f8029bde29 authored by Matthias Bernt on 28 June 2024, 09:08:00 UTC, committed by Matthias Bernt on 28 June 2024, 09:08:00 UTC
1 parent 8a52443
Raw File
build
#!/bin/bash

DOCKER_BUILDKIT=1 docker build -f $DOCKERFILE_PATH -t $IMAGE_NAME --build-arg GIT_USERNAME=$GIT_USERNAME --build-arg GIT_PASSWORD=$GIT_PASSWORD .
back to top