Skip to content

Commit

Permalink
add build args
Browse files Browse the repository at this point in the history
Signed-off-by: juicer <[email protected]>
  • Loading branch information
cw-Guo committed Jan 3, 2025
1 parent 1d2fd5b commit 373dee4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-fb-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
build-FluentBit-prod-image:
needs:
- get-version
- build-prod-image-metadata
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down Expand Up @@ -198,9 +199,12 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ needs.build-prod-image-metadata.outputs.tags }}
labels: ${{ needs.build-prod-image-metadata.outputs.labels }}
build-args: |
FLUENT_BIT_BASE_VERSION=${{ needs.get-version.outputs.VERSION }}
build-FluentBit-debug-image:
needs:
- get-version
- build-debug-image-metadata
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down Expand Up @@ -242,6 +246,8 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ needs.build-debug-image-metadata.outputs.tags }}
labels: ${{ needs.build-debug-image-metadata.outputs.labels }}
build-args: |
FLUENT_BIT_BASE_VERSION=${{ needs.get-version.outputs.VERSION }}
scan-FluentBit-image:
name: Scan prod image
Expand Down

0 comments on commit 373dee4

Please sign in to comment.