Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun committed Jun 20, 2024
1 parent 7f2199a commit 87de93d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
CHART_PACKAGE_3=$(ls kiem-job-*.tgz)
# echo "CHART_PACKAGE_3=$CHART_PACKAGE_3" >> $GITHUB_ENV

- name: Package cis-k8s-job
run: |
helm package cis-k8s-job
CHART_PACKAGE_4=$(ls cis-k8s-job-*.tgz)
# - name: Package cis-k8s-job
# run: |
# helm package cis-k8s-job
# CHART_PACKAGE_4=$(ls cis-k8s-job-*.tgz)
# echo "CHART_PACKAGE_4=$CHART_PACKAGE_4" >> $GITHUB_ENV

- name: Login to AWS ECR
Expand Down

0 comments on commit 87de93d

Please sign in to comment.