Fix error

> Unrecognized named-value: 'env'. Located at position 1 within expression: env.VERSION
This commit is contained in:
Hugh Nimmo-Smith
2025-04-11 17:12:58 +01:00
parent 8858e4003a
commit fc281c516c

View File

@@ -60,7 +60,7 @@ jobs:
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
docker_tags: |
type=sha,format=short,event=branch
type=raw,pattern=${{ env.VERSION }}
type=raw,pattern=${{ github.env.VERSION }}
add_docker_release_note:
needs: publish_docker
name: Add docker release note