Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ekulno committed Feb 22, 2024
1 parent 5918694 commit 5fcb3b7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
repository: ${{ secrets.DOCKERHUB_REPOSITORY }}
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: [ ]
tags: ${{ env.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: [ ]

0 comments on commit 5fcb3b7

Please sign in to comment.