mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
fix source name for docker images (#467)
This commit is contained in:
parent
e17d5fb2eb
commit
3eb438550a
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 }}:arm64 \
|
||||
${{ env.DOCKER_IMAGE }}:amd64
|
||||
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-arm64 \
|
||||
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-amd64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue