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

move input tag

This commit is contained in:
GilbN 2022-10-23 13:13:30 +02:00
parent 33e9c6a970
commit 7a3e6344b3

View File

@ -45,7 +45,7 @@ jobs:
echo "VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
echo "platform=${ARCHITECTURE//-/\/}" >> $GITHUB_ENV
echo "cache=${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-cache-${{ matrix.architecture }}" >> $GITHUB_ENV
echo "tag=${GITHUB_REPOSITORY,,}:${{ github.ref_name }}${{ github.event.inputs.tag }}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}-${{ matrix.architecture }}" >> $GITHUB_ENV
echo "tag=${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}-${{ matrix.architecture }}${{ github.event.inputs.tag }}" >> $GITHUB_ENV
echo "release=${{ github.event.release.target_commitish }}" >> $GITHUB_ENV
- name: Set up QEMU
@ -128,6 +128,7 @@ jobs:
[[ -f ${{ matrix.architecture }}.Dockerfile ]] && ARCH=${TAG}
docker manifest create ${IMAGE}:${TAG} ${ARCH}
docker manifest push ${IMAGE}:${TAG}
TAG=${{ github.ref_name }}
docker manifest create ${IMAGE}:${TAG} ${ARCH}
docker manifest push ${IMAGE}:${TAG}
- name: Latest manifest