mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
Update registry and image name in release workflow
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -8,8 +8,8 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
REGISTRY: registry.dev.rafay-edge.net
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
REGISTRY: docker.io
|
||||
IMAGE_NAME: paralusio/paralus
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
id: meta-sync
|
||||
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/kratos-synchronizer
|
||||
images: ${{ env.REGISTRY }}/paralusio/kratos-synchronizer
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
|
||||
Reference in New Issue
Block a user