Skip to content

Commit c46927e

Browse files
committed
Use alpine:latest for regular and alpine:edge scheduled ('nightly') builds
Signed-off-by: DL6ER <[email protected]>
1 parent 48f3b37 commit c46927e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ftl-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
target: tester
8686
tags: ${{ steps.meta.outputs.tags }}
8787
labels: ${{ steps.meta.outputs.labels }}
88+
build-args: |
89+
CONTAINER=alpine:${{ github.event_name == 'scheduled' && 'edge' || 'latest' }}
8890
-
8991
name: Push builder target and push by digest
9092
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)