Commit
Some checks failed
build docker image / docker-build (push) Failing after 18s

This commit is contained in:
2025-01-12 15:20:54 +02:00
parent c6083878a2
commit dc4f99e922
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ init:
dep ensure
build:
GOOS=linux go build -o ldap-pass-webui main.go
GOOS=linux go build -o docker-ldap-change-password-web-ui main.go
docker:
@echo "Building docker image"
@ -21,4 +21,4 @@ push:
docker push ${REPO}:latest
clean:
rm -rf ldap-pass-webui
rm -rf docker-ldap-change-password-web-ui