From 117af5847a9c06850eaa145f0585f319eb7f993b Mon Sep 17 00:00:00 2001 From: Claire Date: Sat, 24 Aug 2024 12:32:48 +0200 Subject: [PATCH 1/2] Disable tagging nightly images as latest --- .github/workflows/build-nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index eddcd80f26..0ea553cfda 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -35,7 +35,7 @@ jobs: labels: | org.opencontainers.image.description=Nightly build image used for testing purposes flavor: | - latest=true + latest=auto tags: | type=raw,value=edge type=raw,value=nightly @@ -56,7 +56,7 @@ jobs: labels: | org.opencontainers.image.description=Nightly build image used for testing purposes flavor: | - latest=true + latest=auto tags: | type=raw,value=edge type=raw,value=nightly From f5d26225eda4fcc5a96d51f08c53f600f9c14cf3 Mon Sep 17 00:00:00 2001 From: Claire Date: Sat, 24 Aug 2024 12:33:09 +0200 Subject: [PATCH 2/2] Re-enable PR-needs-rebase action for glitch-soc (was disabled upstream for forks) --- .github/workflows/rebase-needed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase-needed.yml b/.github/workflows/rebase-needed.yml index f0fc8b0db7..945315d52d 100644 --- a/.github/workflows/rebase-needed.yml +++ b/.github/workflows/rebase-needed.yml @@ -10,7 +10,7 @@ permissions: jobs: label-rebase-needed: runs-on: ubuntu-latest - if: github.repository == 'mastodon/mastodon' + if: github.repository == 'glitch-soc/mastodon' concurrency: group: ${{ github.workflow }}-${{ github.ref }}