File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -59,25 +59,18 @@ jobs:
5959 cache-from : type=local,src=/tmp/.buildx-cache
6060 cache-to : type=local,dest=/tmp/.buildx-cache-new
6161
62- <<<<<<< HEAD
6362 - name : Production Get Tag Name
6463 if : startsWith(github.ref, 'refs/tags/v')
6564 uses : little-core-labs/get-git-tag@v3.0.1
6665 id : tagName
6766
68- =======
69- >>>>>>> main
7067 - name : Production Tag Build and push
7168 if : startsWith(github.ref, 'refs/tags/v')
7269 uses : docker/build-push-action@v2
7370 with :
7471 context : .
7572 push : true
76- <<<<<<< HEAD
7773 tags : ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_IMAGE_NAME }}:${{ steps.tagName.outputs.tag }}
78- =======
79- tags : ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_IMAGE_NAME }}:${{ github.event.ref }}
80- >>>>>>> main
8174 platforms : linux/amd64,linux/arm/v7,linux/arm64/v8
8275 cache-from : type=local,src=/tmp/.buildx-cache
8376 cache-to : type=local,dest=/tmp/.buildx-cache-new
You can’t perform that action at this time.
0 commit comments