This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(just): remove just docker

-4
-4
Justfile
··· 11 11 go mod tidy 12 12 go build -v -ldflags="-X main.Version={{tag}}" -o {{output}} server/*.go 13 13 14 - docker: 15 - docker build -t uwun/notella:{{current_version}} . --build-arg TAG={{current_version}} 16 - docker push harbor.k8s.inpt.fr/net7/churros/notella:v{{current_version}} 17 - 18 14 19 15 install: 20 16 just build