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:
parent
b877de3148
commit
639a888e60
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user