mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +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:
|
env:
|
||||||
DOCKER_IMAGE: katanemo/archgw
|
DOCKER_IMAGE: katanemo/archgw
|
||||||
|
|
||||||
# on:
|
|
||||||
# release:
|
|
||||||
# types: [published]
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Build ARM64 image on native ARM64 runner
|
# Build ARM64 image on native ARM64 runner
|
||||||
|
|
@ -30,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_IMAGE }}
|
images: ${{ env.DOCKER_IMAGE }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value={{sha}}
|
type=raw,value={{tag}}
|
||||||
|
|
||||||
- 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 +57,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_IMAGE }}
|
images: ${{ env.DOCKER_IMAGE }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value={{sha}}
|
type=raw,value={{tag}}
|
||||||
|
|
||||||
- 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 +85,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_IMAGE }}
|
images: ${{ env.DOCKER_IMAGE }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value={{sha}}
|
type=raw,value={{tag}}
|
||||||
|
|
||||||
- name: Create Multi-Arch Manifest
|
- name: Create Multi-Arch Manifest
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue