1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-20 01:52:32 +01:00

add input to normal tag

This commit is contained in:
GilbN 2022-10-23 13:54:39 +02:00
parent b877de3148
commit 639a888e60

View File

@ -129,7 +129,7 @@ jobs:
docker manifest create ${IMAGE}:${TAG} ${ARCH}
docker manifest push ${IMAGE}:${TAG}
TAG=${{ github.ref_name }}
TAG=${{ github.ref_name }}${{ github.event.inputs.tag }}
docker manifest create ${IMAGE}:${TAG} ${ARCH}
docker manifest push ${IMAGE}:${TAG}
- name: Latest manifest