Skip to content

Commit

Permalink
fix: passthrough tool versions into image build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobikris committed Oct 11, 2024
1 parent 4b0173b commit ff9feb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
platforms: linux/amd64,linux/arm64
build-args: |
FLUX_VERSION=${{ env.FLUX_VERSION }}
KUSTOMIZE_VERSION=${{ env.KUSTOMIZE_VERSION }}
KUBECONFORM_VERSION=${{ env.KUBECONFORM_VERSION }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
platforms: linux/amd64,linux/arm64
build-args: |
FLUX_VERSION=${{ env.FLUX_VERSION }}
KUSTOMIZE_VERSION=${{ env.KUSTOMIZE_VERSION }}
KUBECONFORM_VERSION=${{ env.KUBECONFORM_VERSION }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit ff9feb6

Please sign in to comment.