You've already forked fedora-bootc
First attempt at using vanilla Silverblue base
Some checks failed
Build container image / Build and push image (pull_request) Failing after 1m31s
Some checks failed
Build container image / Build and push image (pull_request) Failing after 1m31s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user