1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

Build latest on input event

This commit is contained in:
Marius 2023-03-07 20:28:24 +01:00
parent 22eb50b1af
commit 488e2e3766

View File

@ -136,7 +136,7 @@ jobs:
docker manifest create ${IMAGE}:${TAG} ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:${TAG}
- name: Latest manifest
if: ${{ github.event.release.target_commitish == 'master' }}
if: ${{ github.event.release.target_commitish == 'master' }} || ${{ github.event.inputs.branch == 'master' }}
env:
DOCKER_CLI_EXPERIMENTAL: enabled
run: |