Skip to content

Commit

Permalink
Actually publish updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 13, 2024
1 parent 7fd01c4 commit 16a93df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,21 @@ jobs:
with:
image_name: "fedora-ci"
tags: "40"
publish: true
branch: f40

fedora-ci-unstable:
uses: ./.github/workflows/build-image.yml
with:
image_name: "fedora-ci"
tags: unstable
publish: true
branch: main

fedora-silverblue-unstable:
uses: ./.github/workflows/build-image.yml
with:
image_name: "fedora-silverblue"
tags: unstable
publish: true
branch: main

0 comments on commit 16a93df

Please sign in to comment.