Compare commits
11 Commits
dasgsgdgsd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d75fa31455 | |||
| e1478a159d | |||
| b4e54c11c1 | |||
| b61d7fe07e | |||
| 13c5a002d6 | |||
| 980c37f201 | |||
| dde9f59a21 | |||
| 4905840b61 | |||
| 0367629b0d | |||
| 27a13700e6 | |||
| 636b9941bd |
@@ -2,14 +2,18 @@ name: release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- '*'
|
- main # Or your desired branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
runs-on: fedora-cloud-42
|
runs-on: fedora-cloud-42
|
||||||
container: git.phyllo.me/roots/fedora-iso-creation:42
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
container:
|
||||||
|
image: git.phyllo.me/devops/fedora-runner-image:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.phyllo.me/actions/checkout@v4
|
- uses: https://git.phyllo.me/devops/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
Reference in New Issue
Block a user