fix release build
This commit is contained in:
		
							parent
							
								
									c1cb19259e
								
							
						
					
					
						commit
						ff4be7cfa0
					
				| 
						 | 
					@ -13,9 +13,6 @@ jobs:
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Set up QEMU
 | 
					    - name: Set up QEMU
 | 
				
			||||||
      uses: docker/setup-qemu-action@v1
 | 
					      uses: docker/setup-qemu-action@v1
 | 
				
			||||||
    - name: Get tag
 | 
					 | 
				
			||||||
      id: vars
 | 
					 | 
				
			||||||
      run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
 | 
					 | 
				
			||||||
    - name: Set up Docker Buildx
 | 
					    - name: Set up Docker Buildx
 | 
				
			||||||
      uses: docker/setup-buildx-action@v1
 | 
					      uses: docker/setup-buildx-action@v1
 | 
				
			||||||
    - name: Log into GitHub Container Registry
 | 
					    - name: Log into GitHub Container Registry
 | 
				
			||||||
| 
						 | 
					@ -30,4 +27,4 @@ jobs:
 | 
				
			||||||
        cache-to: type=inline
 | 
					        cache-to: type=inline
 | 
				
			||||||
        build-args: |
 | 
					        build-args: |
 | 
				
			||||||
          IMAGE_NAME=${{ env.IMAGE_NAME }}
 | 
					          IMAGE_NAME=${{ env.IMAGE_NAME }}
 | 
				
			||||||
          RELEASE_TAG=${{ steps.vars.outputs.tag }}
 | 
					          RELEASE_TAG=${{ github.event.release.tag_name }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue