Skip to content

Commit

Permalink
Merge branch 'ublue-os:template' into live
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh authored Sep 15, 2023
2 parents b926a53 + 90a4471 commit 9738838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Add yq (for reading recipe.yml)
uses: mikefarah/yq@v4.34.2
uses: mikefarah/yq@v4.35.1

- name: Gather image data from recipe
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
image: fedora:38
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Generate ISO
uses: ublue-os/isogenerator@main
id: isogenerator
Expand Down

0 comments on commit 9738838

Please sign in to comment.