Skip to content

Commit

Permalink
adjust order of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pchang388 committed Dec 14, 2023
1 parent 6412a88 commit 415c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pkg:

## includes depedency in `$(app)/charts` directory
pkg_with_dep:
helm package ${CHART_DIR}/$(app)
helm package ${CHART_DIR}/$(app) -u

oci_push:
helm push $(file) oci://registry-1.docker.io/homeylab
Expand Down

0 comments on commit 415c109

Please sign in to comment.