File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -59,18 +59,25 @@ jobs:
5959 cache-from : type=local,src=/tmp/.buildx-cache
6060 cache-to : type=local,dest=/tmp/.buildx-cache-new
6161
62+ <<<<<<< HEAD
6263 - name : Production Get Tag Name
6364 if : startsWith(github.ref, 'refs/tags/v')
6465 uses :
little-core-labs/[email protected] 6566 id : tagName
6667
68+ =======
69+ >>>>>>> main
6770 - name : Production Tag Build and push
6871 if : startsWith(github.ref, 'refs/tags/v')
6972 uses : docker/build-push-action@v2
7073 with :
7174 context : .
7275 push : true
76+ <<<<<<< HEAD
7377 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
7481 platforms : linux/amd64,linux/arm/v7,linux/arm64/v8
7582 cache-from : type=local,src=/tmp/.buildx-cache
7683 cache-to : type=local,dest=/tmp/.buildx-cache-new
You can’t perform that action at this time.
0 commit comments