Merge pull request 'Correct release workflow meta env variable' (#3) from develop into main
Reviewed-on: #3
This commit is contained in:
commit
a8cf0da1cc
@ -25,7 +25,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${FULL_TAG}
|
images: ${{ env.FULL_TAG }}
|
||||||
tags: |
|
tags: |
|
||||||
type=pep440,pattern={{version}}
|
type=pep440,pattern={{version}}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user