From 01d20bf931cf3d7801898e5fa034b9b09b1429e0 Mon Sep 17 00:00:00 2001 From: sakkiii Date: Mon, 6 Sep 2021 17:27:49 +0530 Subject: [PATCH] resolve name collision --- .github/workflows/docker-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 5820382..f3ddadd 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -21,7 +21,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push + - name: Build and Push Updated Latest uses: docker/build-push-action@v2 with: context: . @@ -43,7 +43,7 @@ jobs: ;; esac echo "::set-output name=tag::$tag" - - name: Build and push + - name: Build and Push Tag uses: docker/build-push-action@v2 with: context: .