Correct release workflow meta env variable
This commit is contained in:
parent
6c26f04096
commit
8d161fc1c6
@ -25,7 +25,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${FULL_TAG}
|
||||
images: ${{ env.FULL_TAG }}
|
||||
tags: |
|
||||
type=pep440,pattern={{version}}
|
||||
- name: Build and push
|
||||
|
Loading…
x
Reference in New Issue
Block a user