Skip to content

Commit 138c4fc

Browse files
clean up
1 parent 64e4491 commit 138c4fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)