mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
fix docker hub release tag source image name (#468)
This commit is contained in:
parent
3eb438550a
commit
6d6c03a7e8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-push-release.yml
vendored
4
.github/workflows/docker-push-release.yml
vendored
|
|
@ -91,5 +91,5 @@ jobs:
|
|||
run: |
|
||||
# Combine the architecture-specific images into a single manifest
|
||||
docker buildx imagetools create -t ${{ steps.meta.outputs.tags }} \
|
||||
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-arm64 \
|
||||
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-amd64
|
||||
${{ steps.meta.outputs.tags }}-arm64 \
|
||||
${{ steps.meta.outputs.tags }}-amd64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue