This repository has no description
0

Configure Feed

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

chore(just/docker): remove extraneous pushes

-6
-6
Justfile
··· 13 13 14 14 docker: 15 15 docker build -t uwun/notella:{{current_version}} . --build-arg TAG={{current_version}} 16 - docker tag uwun/notella:{{current_version}} uwun/notella:latest 17 - docker tag uwun/notella:{{current_version}} harbor.k8s.inpt.fr/net7/churros/notella:v{{current_version}} 18 - docker tag uwun/notella:{{current_version}} harbor.k8s.inpt.fr/net7/churros/notella:latest 19 - docker push uwun/notella:{{current_version}} 20 - docker push uwun/notella:latest 21 16 docker push harbor.k8s.inpt.fr/net7/churros/notella:v{{current_version}} 22 - docker push harbor.k8s.inpt.fr/net7/churros/notella:latest 23 17 24 18 25 19 install: