mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
fix docker hub tag (#465)
This commit is contained in:
parent
ceca553399
commit
3cda4d6b69
1 changed files with 5 additions and 1 deletions
6
.github/workflows/docker-push-release.yml
vendored
6
.github/workflows/docker-push-release.yml
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
name: Publish docker image (release)
|
name: Publish docker image (release)
|
||||||
|
|
||||||
|
env:
|
||||||
|
DOCKER_IMAGE: katanemo/archgw
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
@ -65,7 +68,6 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}-amd64
|
tags: ${{ steps.meta.outputs.tags }}-amd64
|
||||||
|
|
||||||
|
|
||||||
# Combine ARM64 and AMD64 images into a multi-arch manifest
|
# Combine ARM64 and AMD64 images into a multi-arch manifest
|
||||||
create-manifest:
|
create-manifest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -82,6 +84,8 @@ jobs:
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_IMAGE }}
|
images: ${{ env.DOCKER_IMAGE }}
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
|
||||||
- name: Create Multi-Arch Manifest
|
- name: Create Multi-Arch Manifest
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue