mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
remove extra tag
This commit is contained in:
parent
5888815fc8
commit
6b3736963d
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
|
||||
TAG=${{ github.ref_name }}${{ github.event.inputs.tag }}
|
||||
docker manifest create ${IMAGE}:${TAG} ${AMD64} ${ARM64} ${ARMV7}
|
||||
docker manifest push ${IMAGE}:${TAG}${{ github.event.inputs.tag }}
|
||||
docker manifest push ${IMAGE}:${TAG}
|
||||
- name: Latest manifest
|
||||
if: ${{ github.event.release.target_commitish == 'master' }}
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user