Skip to content

Commit

Permalink
put back ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed May 9, 2024
1 parent 24d8791 commit 4ffd17c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version: v3.14.0

- name: Package All Helm Charts
# if: github.event_name == 'push'
if: github.event_name == 'push'
working-directory: ${{ github.workspace }}/charts
run: |
for dir in */ ; do
Expand All @@ -36,14 +36,14 @@ jobs:
shell: bash

- name: Login to GHCR
# if: github.event_name == 'push'
if: github.event_name == 'push'
run: |
docker login ghcr.io \
-u ${{ github.repository_owner }} \
--password-stdin < <(echo "${{ secrets.GITHUB_TOKEN }}")
- name: Publish Helm Charts to GHCR
# if: github.event_name == 'push'
if: github.event_name == 'push'
working-directory: ${{ github.workspace }}/charts
run: |
for chart in *.tgz ; do
Expand Down

0 comments on commit 4ffd17c

Please sign in to comment.