Skip to content

Commit

Permalink
ci: Add missing token ARG to Earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Morrison committed Jul 7, 2023
1 parent aba325f commit 53a5427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ test-helm:
release-helm:
ARG CHART_RELEASER_VERSION="1.6.0"
ARG HELM_VERSION="3.8.1"
ARG token=""
FROM quay.io/helmpack/chart-releaser:v${CHART_RELEASER_VERSION}

RUN FILE=helm.tgz \
Expand Down

0 comments on commit 53a5427

Please sign in to comment.