Skip to content

Commit 64e4491

Browse files
Merge remote-tracking branch 'origin/main' into main
2 parents 21ff816 + c3809ea commit 64e4491

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-build.yml

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

0 commit comments

Comments
 (0)