From 160366002e4fde2d7a4a29be66d48b154640bd41 Mon Sep 17 00:00:00 2001 From: Sanjay_Uconn Date: Thu, 11 Mar 2021 12:01:44 -0800 Subject: [PATCH] remove latest tag to stop override from 0.2.x (#155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “sanjay” <“sanjay.vishwakarma@unity3d.com”> --- .github/workflows/publish-docker-hub.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-docker-hub.yaml b/.github/workflows/publish-docker-hub.yaml index be2e62f1..c840d6b2 100644 --- a/.github/workflows/publish-docker-hub.yaml +++ b/.github/workflows/publish-docker-hub.yaml @@ -15,5 +15,4 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} repository: unitytechnologies/datasetinsights - tags: latest tag_with_ref: true