Update .gitea/workflows/build-image.yml
This commit is contained in:
		@@ -52,8 +52,9 @@ jobs:
 | 
			
		||||
          username: ${{ secrets.DOCKERHUB_USERNAME }}
 | 
			
		||||
          password: ${{ secrets.DOCKERHUB_TOKEN }}
 | 
			
		||||
      - name: Build and push
 | 
			
		||||
        run: |
 | 
			
		||||
          docker build -t sthopeless/iventoy:latest .
 | 
			
		||||
          docker push sthopeless/iventoy:latest
 | 
			
		||||
          docker tag sthopeless/iventoy:latest sthopeless/iventoy:latest
 | 
			
		||||
          docker push sthopeless/iventoy:latest
 | 
			
		||||
        id: docker_build
 | 
			
		||||
        uses: docker/build-push-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
          push: true
 | 
			
		||||
          tags: ${{ secrets.DOCKERHUB_USERNAME }}/${GITEA_REPOSITORY_NAME}:latest
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user