mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use sha for test
This commit is contained in:
parent
7dd19a2897
commit
dafce65ee3
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
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=raw,value={{tag}}
|
||||
type=raw,value={{sha}}
|
||||
|
||||
- name: Build and Push ARM64 Image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=raw,value={{tag}}
|
||||
type=raw,value={{sha}}
|
||||
|
||||
- name: Build and Push AMD64 Image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=raw,value={{tag}}
|
||||
type=raw,value={{sha}}
|
||||
|
||||
- name: Create Multi-Arch Manifest
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue