diff --git a/.github/workflows/docker-image-tag.yml b/.github/workflows/docker-image-tag.yml index c4c748663..a55587fb3 100644 --- a/.github/workflows/docker-image-tag.yml +++ b/.github/workflows/docker-image-tag.yml @@ -29,5 +29,4 @@ jobs: # The desired tag for the image: latest + . Defaults to current branch or release version number. tags: | latest - ${{ github.sha }} - ${{ github.ref }} + ${{ github.sha }} \ No newline at end of file