Correct release workflow meta env variable
All checks were successful
Build Develop Image / Build Image (push) Successful in 31s
Build Develop Image / Notify (push) Successful in 3s
Test Pull Request / Build Image (pull_request) Successful in 18s
Test Pull Request / Notify (pull_request) Successful in 3s

This commit is contained in:
MrMeeb 2024-05-06 12:23:27 +00:00
parent 6c26f04096
commit 8d161fc1c6
Signed by: MrMeeb
SSH Key Fingerprint: SHA256:9ii6CJ11ZIZeIhBYDDUsxf/W0cwSp5Iqzb10Iydh3a4

View File

@ -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