Skip to content

Commit

Permalink
Use alpine:latest for regular and alpine:edge scheduled ('nightly') b…
Browse files Browse the repository at this point in the history
…uilds

Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
DL6ER committed May 22, 2024
1 parent 48f3b37 commit c46927e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ftl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
target: tester
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
CONTAINER=alpine:${{ github.event_name == 'scheduled' && 'edge' || 'latest' }}
-
name: Push builder target and push by digest
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit c46927e

Please sign in to comment.