mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
test docker rel (#466)
This commit is contained in:
parent
3cda4d6b69
commit
e17d5fb2eb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker-push-release.yml
vendored
6
.github/workflows/docker-push-release.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=raw,value={{tag}}
|
||||
|
||||
- name: Build and Push ARM64 Image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=raw,value={{tag}}
|
||||
|
||||
- name: Build and Push AMD64 Image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=raw,value={{tag}}
|
||||
|
||||
- name: Create Multi-Arch Manifest
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue