Sfoglia il codice sorgente

update build and push command

Cliff Colvin 2 anni fa
parent
commit
26ba911767
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. 0 10
      .github/workflows/build-and-publish-release.yml

+ 0 - 10
.github/workflows/build-and-publish-release.yml

@@ -107,16 +107,6 @@ jobs:
 #          username: ${{ secrets.QUAY_USERNAME }}
 #          password: ${{ secrets.QUAY_PASSWORD }}
 
-      - name: Build and push Docker image
-        uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
-        with:
-          context: .
-          file: Dockerfile.cross
-          push: true
-          provenancs: false
-          build-args: binarypath=./cmd/costmodel/costmodel-amd64
-          tags: ${{ steps.tags.outputs.IMAGE_TAG }}, ${{ steps.tags.outputs.IMAGE_TAG_LATEST }}, ${{ steps.tags.outputs.IMAGE_TAG_VERSION }}
-      
       - name: Build and push (multiarch) OpenCost
         working-directory: ./opencost
         run: |