Browse Source

Update publish-docker.yml

Matthew R Kasun 2 years ago
parent
commit
75602076ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-docker.yml

+ 1 - 1
.github/workflows/publish-docker.yml

@@ -56,7 +56,7 @@ jobs:
         name: Set tag
         run: |
             if [[ -n "${{ github.event.inputs.tag }}" ]]; then
-              docker/build-push-action@v3.tag }}
+               TAG=${{ github.event.inputs.tag }}
             elif [[ "${{ github.ref_name }}" == 'master' ]]; then
               TAG="latest"
             else