Replies: 1 comment
-
This is an issue that is known by the Bluefin folks (thanks @m2Giles). Some current workarounds:
Both of these require manual intervention. Long term, we can consider modifying the workflow to execute a job on failure that automatically purges the tagged images on GHCR that were created. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a PR is added to a merge queue, the "Build Stable Images" and "Build Latest Images" actions push the succesfully built images to GHCR. However, it's possible that some of the images in the workflow will fail to build, which automatically removes the PR from the merge queue. This leaves us in an inconsistent state where we have published images in the
stable-daily
orlatest
streams that contain changes that aren't actually commited to main.This is what happened when #44 failed to merge, but a user reported that their system automatically pulled in changes from the PR (which have not landed in main).
References:
stable-daily
images despite thelatest
images failing and removing the PR from the merge queue: https://github.com/ublue-os/aurora/actions/runs/12709477412latest
job that removed the PR from the merge queue: https://github.com/ublue-os/aurora/actions/runs/12709477414Beta Was this translation helpful? Give feedback.
All reactions