First attempt at using vanilla Silverblue base
Some checks failed
Build container image / Build and push image (pull_request) Failing after 1m31s

This commit is contained in:
2025-11-02 16:37:21 +09:00
parent 1291cf7dcf
commit 5c60ac07d3
4 changed files with 90 additions and 43 deletions

View File

@@ -85,8 +85,9 @@ jobs:
tags: |
# set latest tag for main branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=${{ env.FEDORA_BASE }}
type=raw,value=${{ env.FEDORA_BASE }}-{{date 'YYYYMMDD'}}
type=raw,value=${{ env.FEDORA_BASE }},enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=${{ env.FEDORA_BASE }}-{{date 'YYYYMMDD'}},enable=${{ github.ref == format('refs/heads/{0}', 'main' }}
type=raw,value=beta,enable=${{ github.ref != format('refs/heads/{0}', 'main') }}
type=sha,enable=${{ github.event_name == 'pull_request' }}
type=ref,event=pr
labels: |