mirror of
https://github.com/t2linux/fedora-containers.git
synced 2026-08-16 05:18:31 -07:00
16 lines
327 B
YAML
16 lines
327 B
YAML
name: Build image 'fedora-silverblue'
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- 'fedora-silverblue/*'
|
|
jobs:
|
|
build-image:
|
|
uses: ./.github/workflows/build-image.yml
|
|
with:
|
|
image_name: "fedora-silverblue"
|
|
tags: unstable
|
|
publish: ${{ github.ref == 'refs/heads/main' }}
|
|
branch: main
|