fix docker builds
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							@@ -17,6 +17,8 @@ jobs:
 | 
			
		||||
      - run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
 | 
			
		||||
      - uses: docker/build-push-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
          # https://github.com/docker/build-push-action/issues/378
 | 
			
		||||
          context: .
 | 
			
		||||
          push: true
 | 
			
		||||
          tags: |
 | 
			
		||||
            ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user