this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Makes workflow and job names consistent

+4 -4
+2 -2
.github/workflows/container-beemo-ghcr.yaml
··· 1 - name: container-beemo-ghcr.yaml 1 + name: container-beemo-ghcr 2 2 on: 3 3 push: 4 4 branches: ··· 9 9 IMAGE_NAME: ${{ github.repository }} 10 10 11 11 jobs: 12 - build: 12 + container-beemo-ghcr: 13 13 if: github.repository == 'bluesky-social/indigo' 14 14 runs-on: ubuntu-latest 15 15 permissions:
+2 -2
.github/workflows/container-labelmaker-ghcr.yaml
··· 1 - name: container-labelmaker-ghcr.yaml 1 + name: container-labelmaker-ghcr 2 2 on: 3 3 push: 4 4 branches: ··· 10 10 IMAGE_NAME: ${{ github.repository }} 11 11 12 12 jobs: 13 - build: 13 + container-labelmaker-ghcr: 14 14 if: github.repository == 'bluesky-social/indigo' || github.repository == 'bnewbold/indigo' 15 15 runs-on: ubuntu-latest 16 16 permissions: