Skip to content

Commit

Permalink
Justfile improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-inside committed Feb 23, 2024
1 parent 96218d9 commit 71bf695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ default:
DH_USER := "mtinside"
CMD := "http-log"
GH_USER := "mt-inside"
DH_REPO := "docker.io/" + DH_USER + "/http-log"
GH_REPO := "ghcr.io/" + GH_USER + "/http-log"
DH_REPO := "docker.io/" + DH_USER + "/" + CMD
GH_REPO := "ghcr.io/" + GH_USER + "/" + CMD
TAG := `git describe --tags --always --abbrev`
TAGD := `git describe --tags --always --abbrev --dirty --broken`
CGR_ARCHS := "amd64,aarch64" # ,x86,armv7 - will fail cause no wolfi packages for these archs
Expand Down

0 comments on commit 71bf695

Please sign in to comment.