alpha
Login
or
Join now
gwen.works
/
churros-notella
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore(just): remove just docker
author
Gwen Le Bihan
date
1 year ago
(Feb 3, 2025, 9:06 PM +0100)
commit
374f7fa1
374f7fa1ab8e334a8cc60e11ddd5e22cfa0c67c6
parent
921ba292
921ba292fcf05de79eb72c00297571d569c0b16c
-4
1 changed file
Expand all
Collapse all
Unified
Split
Justfile
-4
Justfile
Reviewed
···
11
11
go mod tidy
12
12
go build -v -ldflags="-X main.Version={{tag}}" -o {{output}} server/*.go
13
13
14
14
-
docker:
15
15
-
docker build -t uwun/notella:{{current_version}} . --build-arg TAG={{current_version}}
16
16
-
docker push harbor.k8s.inpt.fr/net7/churros/notella:v{{current_version}}
17
17
-
18
14
19
15
install:
20
16
just build