mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +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:
|
with:
|
||||||
images: ${{ env.DOCKER_IMAGE }}
|
images: ${{ env.DOCKER_IMAGE }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value={{tag}}
|
type=raw,value={{sha}}
|
||||||
|
|
||||||
- name: Build and Push ARM64 Image
|
- name: Build and Push ARM64 Image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_IMAGE }}
|
images: ${{ env.DOCKER_IMAGE }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value={{tag}}
|
type=raw,value={{sha}}
|
||||||
|
|
||||||
- name: Build and Push AMD64 Image
|
- name: Build and Push AMD64 Image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_IMAGE }}
|
images: ${{ env.DOCKER_IMAGE }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value={{tag}}
|
type=raw,value={{sha}}
|
||||||
|
|
||||||
- name: Create Multi-Arch Manifest
|
- name: Create Multi-Arch Manifest
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue