Skip to content

Commit

Permalink
Fix pass argument for last version of chartpress
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 27, 2024
1 parent 96537bb commit 9dd88ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
run: |
pip install chartpress six ruamel.yaml
- name: Run Chartpress
run: chartpress --push --build-args RAILS_MASTER_KEY=${{ secrets.RAILS_MASTER_KEY }}
run: chartpress --push
env:
GITHUB_TOKEN: ${{ secrets.GHCR_GITHUB_TOKEN }}
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
################ Development secrets ################
- name: Staging - substitute secrets
if: github.ref == 'refs/heads/development'
Expand Down

0 comments on commit 9dd88ad

Please sign in to comment.