Merge pull request 'Correct release workflow meta env variable' (#3) from develop into main
Some checks failed
Build Main Image / Build Image (push) Successful in 21s
Build Main Image / Notify (push) Successful in 4s
Build Tagged Release Image / Build Image (push) Successful in 38s
Build Tagged Release Image / Create Release (push) Failing after 44s
Build Tagged Release Image / Notify (push) Has been skipped
Some checks failed
Build Main Image / Build Image (push) Successful in 21s
Build Main Image / Notify (push) Successful in 4s
Build Tagged Release Image / Build Image (push) Successful in 38s
Build Tagged Release Image / Create Release (push) Failing after 44s
Build Tagged Release Image / Notify (push) Has been skipped
Reviewed-on: #3
This commit is contained in:
commit
343c7ba951
@ -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