mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 08:26:53 +00:00
Merge pull request #164 from paralus/rename-to-paralus
Rename code to paralus
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker (rcloud-base-init)
|
||||
- name: Extract metadata (tags, labels) for Docker (paralus-init)
|
||||
id: meta-init
|
||||
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
||||
with:
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
type=ref,event=pr
|
||||
type=sha
|
||||
|
||||
- name: Build and push Docker image (rcloud-base-init)
|
||||
- name: Build and push Docker image (paralus-init)
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
with:
|
||||
context: .
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
tags: ${{ steps.meta-init.outputs.tags }}
|
||||
labels: ${{ steps.meta-init.outputs.labels }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker (rcloud-base-sync)
|
||||
- name: Extract metadata (tags, labels) for Docker (kratos-sync)
|
||||
id: meta-sync
|
||||
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
||||
with:
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
type=ref,event=pr
|
||||
type=sha
|
||||
|
||||
- name: Build and push Docker image (rcloud-base-sync)
|
||||
- name: Build and push Docker image (kratos-sync)
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
with:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user