Merge pull request #2825 from ClearlyClaire/glitch-soc/fixes/nightly-tagging
Update github actions
This commit is contained in:
		
						commit
						ccd7eb397a
					
				| 
						 | 
					@ -35,7 +35,7 @@ jobs:
 | 
				
			||||||
      labels: |
 | 
					      labels: |
 | 
				
			||||||
        org.opencontainers.image.description=Nightly build image used for testing purposes
 | 
					        org.opencontainers.image.description=Nightly build image used for testing purposes
 | 
				
			||||||
      flavor: |
 | 
					      flavor: |
 | 
				
			||||||
        latest=true
 | 
					        latest=auto
 | 
				
			||||||
      tags: |
 | 
					      tags: |
 | 
				
			||||||
        type=raw,value=edge
 | 
					        type=raw,value=edge
 | 
				
			||||||
        type=raw,value=nightly
 | 
					        type=raw,value=nightly
 | 
				
			||||||
| 
						 | 
					@ -56,7 +56,7 @@ jobs:
 | 
				
			||||||
      labels: |
 | 
					      labels: |
 | 
				
			||||||
        org.opencontainers.image.description=Nightly build image used for testing purposes
 | 
					        org.opencontainers.image.description=Nightly build image used for testing purposes
 | 
				
			||||||
      flavor: |
 | 
					      flavor: |
 | 
				
			||||||
        latest=true
 | 
					        latest=auto
 | 
				
			||||||
      tags: |
 | 
					      tags: |
 | 
				
			||||||
        type=raw,value=edge
 | 
					        type=raw,value=edge
 | 
				
			||||||
        type=raw,value=nightly
 | 
					        type=raw,value=nightly
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,7 @@ permissions:
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  label-rebase-needed:
 | 
					  label-rebase-needed:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: github.repository == 'mastodon/mastodon'
 | 
					    if: github.repository == 'glitch-soc/mastodon'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    concurrency:
 | 
					    concurrency:
 | 
				
			||||||
      group: ${{ github.workflow }}-${{ github.ref }}
 | 
					      group: ${{ github.workflow }}-${{ github.ref }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue