Skip to content

Commit

Permalink
Merge pull request #3782 from opsmill/fac-fix-preview-workflow
Browse files Browse the repository at this point in the history
fix(ci): do not use latest for preview images
  • Loading branch information
fatih-acar authored Jul 8, 2024
2 parents 1fdf808 + b658733 commit cf49a95
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
type=raw,value=preview
labels: |
org.opencontainers.image.source=${{ github.repository }}
flavor: |
latest=false
# Commented until we agree to link Infrahub version and chart version
# extract-version:
Expand All @@ -47,11 +49,3 @@ jobs:
ref: ${{ github.sha }}
tags: ${{ needs.meta_data.outputs.tags }}
labels: ${{ needs.meta_data.outputs.labels }}

publish-helm-chart:
uses: ./.github/workflows/publish-helm-chart.yml
secrets: inherit
# needs: extract-version
with:
publish: true
# version: ${{ needs.extract-version.outputs.version }}

0 comments on commit cf49a95

Please sign in to comment.