This commit is contained in:
		
					parent
					
						
							
								7484ab7082
							
						
					
				
			
			
				commit
				
					
						94c60b6192
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -7,11 +7,11 @@ jobs:
 | 
			
		|||
  build:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - uses: docker/metadata-action@v3
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
      - uses: docker/metadata-action@v5
 | 
			
		||||
        id: metadata
 | 
			
		||||
        with:
 | 
			
		||||
          images: git.hamburg.ccc.de/${{ github.repository }}
 | 
			
		||||
          images: git.hamburg.ccc.de/${{ github.repository }}/pretix
 | 
			
		||||
      - uses: docker/login-action@v1
 | 
			
		||||
        with:
 | 
			
		||||
          registry: git.hamburg.ccc.de
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue