Skip to content

Commit

Permalink
add variable for http push
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbojangles3 committed Dec 11, 2024
1 parent 89a7d13 commit 3c6151a
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 @@ -90,8 +90,8 @@ kube-push: kube-build (_helm-push "fabric-api") (_kube-push "fabric") (_kube-pus

# Push all K8s artifacts (images and charts) and binaries
push: kube-push && version
cd bin && oras push {{oci_repo}}/{{oci_prefix}}/agent:{{version}} agent
cd bin && oras push {{oci_repo}}/{{oci_prefix}}/hhfctl:{{version}} hhfctl
cd bin && oras push {{oras_insecure}} {{oci_repo}}/{{oci_prefix}}/agent:{{version}} agent
cd bin && oras push {{oras_insecure}} {{oci_repo}}/{{oci_prefix}}/hhfctl:{{version}} hhfctl

_hhfctl-push GOOS GOARCH: _oras (_hhfctl-build GOOS GOARCH)
cd bin/hhfctl-{{GOOS}}-{{GOARCH}} && oras push {{oras_insecure}} {{oci_repo}}/{{oci_prefix}}/hhfctl-{{GOOS}}-{{GOARCH}}:{{version}} hhfctl
Expand Down

0 comments on commit 3c6151a

Please sign in to comment.