mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use rel tag
This commit is contained in:
parent
a4cd7ab9d9
commit
e426774c3d
1 changed files with 5 additions and 8 deletions
13
.github/workflows/docker-push-release.yml
vendored
13
.github/workflows/docker-push-release.yml
vendored
|
|
@ -3,12 +3,9 @@ name: Publish docker image (release)
|
|||
env:
|
||||
DOCKER_IMAGE: katanemo/archgw
|
||||
|
||||
# on:
|
||||
# release:
|
||||
# types: [published]
|
||||
|
||||
on:
|
||||
push:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
# Build ARM64 image on native ARM64 runner
|
||||
|
|
@ -30,7 +27,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=raw,value={{sha}}
|
||||
type=raw,value={{tag}}
|
||||
|
||||
- name: Build and Push ARM64 Image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
@ -60,7 +57,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=raw,value={{sha}}
|
||||
type=raw,value={{tag}}
|
||||
|
||||
- name: Build and Push AMD64 Image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
@ -88,7 +85,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.DOCKER_IMAGE }}
|
||||
tags: |
|
||||
type=raw,value={{sha}}
|
||||
type=raw,value={{tag}}
|
||||
|
||||
- name: Create Multi-Arch Manifest
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue