diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d2b1bb6c..463953fa 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -60,7 +60,8 @@ jobs: artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }} docker_tags: | type=sha,format=short,event=branch - type=raw,value=${{ github.env.VERSION }} + type=raw,value=${{ github.event.release.tag_name }} + # Like before, using ${{ env.VERSION }} above doesn't work add_docker_release_note: needs: publish_docker name: Add docker release note