summaryrefslogtreecommitdiff
path: root/.github/workflows/daemon-image.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/daemon-image.yml')
-rw-r--r--.github/workflows/daemon-image.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/daemon-image.yml b/.github/workflows/daemon-image.yml
index 2501dab..8b4a059 100644
--- a/.github/workflows/daemon-image.yml
+++ b/.github/workflows/daemon-image.yml
@@ -16,6 +16,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: soryu-co/makima-daemon
+ IMAGE_NAME_PUBLIC: soryu-co/makima
jobs:
build-and-push:
@@ -43,7 +44,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ images: |
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PUBLIC }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}