Skip to content

Commit

Permalink
fix: updating tags on some alt images
Browse files Browse the repository at this point in the history
  • Loading branch information
lauretano committed Oct 11, 2024
1 parent 8d1222f commit d741b1f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-fsync-ba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
uses: blue-build/github-action@v1.6
with:
recipe: ${{ matrix.recipe }}
alt-tags: fsync-ba
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}
1 change: 0 additions & 1 deletion .github/workflows/build-ublue-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ jobs:
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}
alt-tags: stable
2 changes: 1 addition & 1 deletion recipes/t2-atomic-aurora-dx-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Aurora DX Repackaged for Apple T2 Hardware.

base-image: ghcr.io/ublue-os/aurora-dx
image-version: stable

alt-tags: stable
modules:
- from-file: common/common-files.yml
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware
Expand Down
2 changes: 1 addition & 1 deletion recipes/t2-atomic-bluefin-dx-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Bluefin DX Repackaged for Apple T2 Hardware.

base-image: ghcr.io/ublue-os/bluefin-dx
image-version: stable

alt-tags: stable
modules:
- from-file: common/common-files.yml
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware
Expand Down
2 changes: 1 addition & 1 deletion recipes/t2-atomic-cosmic-gnome-fsync-ba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Fedora Atomic Cosmic (added to silverblue) spin for Apple T2 Hardwa

base-image: ghcr.io/ublue-os/silverblue-main
image-version: 40

alt-tags: fsync-ba
modules:
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware
- from-file: common/common-t2-enablement-fsync-ba.yml #pulls fsync containerfile and overrides base image kernel
Expand Down
2 changes: 1 addition & 1 deletion recipes/t2-atomic-gnome-fsync-ba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Fedora Atomic Gnome (aka Silverblue) for Apple T2 Hardware. Largely

base-image: ghcr.io/ublue-os/silverblue-main
image-version: 40

alt-tags: fsync-ba
modules:
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware
- from-file: common/common-t2-enablement-fsync-ba.yml #pulls fsync containerfile and overrides base image kernel
Expand Down
2 changes: 1 addition & 1 deletion recipes/t2-atomic-plasma-fsync-ba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Fedora Atomic Plasma (aka Kinoite) spin for Apple T2 Hardware

base-image: ghcr.io/ublue-os/kinoite-main
image-version: 40

alt-tags: fsync-ba
modules:
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware
- from-file: common/common-t2-enablement-fsync-ba.yml #pulls fsync containerfile and overrides base image kernel
Expand Down
2 changes: 1 addition & 1 deletion recipes/t2-atomic-sway-fsync-ba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Fedora Atomic Sway (sericea) spin for Apple T2 Hardware

base-image: ghcr.io/ublue-os/sericea-main
image-version: 40

alt-tags: fsync-ba
modules:
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware
- from-file: common/common-t2-enablement-fsync-ba.yml #pulls fsync containerfile and overrides base image kernel
Expand Down

0 comments on commit d741b1f

Please sign in to comment.