Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ekulno committed Feb 21, 2024
1 parent 5918694 commit 132a5cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
tag_with_ref: true # Info: https://github.com/docker/build-push-action/tree/releases/v1#tag_with_ref
tag_with_sha: true # Info: https://github.com/docker/build-push-action/tree/releases/v1#tag_with_sha
tags: ${{ GITHUB_REF }}
helm_build_and_publish:
name: Build and push helm chart
runs-on: ubuntu-latest
steps: [ ]
update_gitops:
name: Update Gitops repo to use latest version
runs-on: ubuntu-latest
steps: [ ]
# helm_build_and_publish:
# name: Build and push helm chart
# runs-on: ubuntu-latest
# steps: [ ]
# update_gitops:
# name: Update Gitops repo to use latest version
# runs-on: ubuntu-latest
# steps: [ ]

0 comments on commit 132a5cb

Please sign in to comment.