mirror of
https://github.com/katanemo/plano.git
synced 2026-07-23 16:51:04 +02:00
fix docker hub release tag source image name
This commit is contained in:
parent
3eb438550a
commit
afd3af7ca6
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: |
|
run: |
|
||||||
# Combine the architecture-specific images into a single manifest
|
# Combine the architecture-specific images into a single manifest
|
||||||
docker buildx imagetools create -t ${{ steps.meta.outputs.tags }} \
|
docker buildx imagetools create -t ${{ steps.meta.outputs.tags }} \
|
||||||
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-arm64 \
|
${{ steps.meta.outputs.tags }}-arm64 \
|
||||||
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-amd64
|
${{ steps.meta.outputs.tags }}-amd64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue