Skip to content

Commit

Permalink
build image with chartpress
Browse files Browse the repository at this point in the history
  • Loading branch information
wesjdj committed Jul 2, 2024
1 parent e2d6163 commit d482221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/build-and-push-container-image.yaml

This file was deleted.

13 changes: 4 additions & 9 deletions .github/workflows/build-and-push-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build & push Helm chart

on:
push:
tags:
- "helm-*"
tags: ["*"]

jobs:
helm-chart:
Expand All @@ -13,13 +12,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: tj-actions/branch-names@v8.0.1
id: branch-names
with:
strip_tag_prefix: 'helm-'
- name: Checking tag value
run: |
echo "Tag value: ${{ steps.branch-names.outputs.tag }}"
- name: Set version
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: Push chart and images
uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.11.3
env:
Expand Down

0 comments on commit d482221

Please sign in to comment.