Skip to content

Commit 916b7bf

Browse files
committed
Add quay.io to images in tag rel wf.
Signed-off-by: Humair Khan <[email protected]>
1 parent 3af63be commit 916b7bf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/tag-release-quay.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ on:
1111
- '*'
1212
workflow_dispatch:
1313
env:
14-
IMAGE_SERVER: ds-pipelines-api-server
15-
IMAGE_UI: ds-pipelines-frontend
16-
IMAGE_CACHE: ds-pipelines-cacheserver
17-
IMAGE_PA: ds-pipelines-persistenceagent
18-
IMAGE_SWF: ds-pipelines-scheduledworkflow
19-
IMAGE_VC: ds-pipelines-viewercontroller
20-
IMAGE_ARTIFACT: ds-pipelines-artifact-manager
21-
IMAGE_MLMD_WRITER: ds-pipelines-metadata-writer
22-
IMAGE_MLMD_ENVOY: ds-pipelines-metadata-envoy
23-
IMAGE_MLMD_GRPC: ds-pipelines-metadata-grpc
14+
IMAGE_SERVER: quay.io/opendatahub/ds-pipelines-api-server
15+
IMAGE_UI: quay.io/opendatahub/ds-pipelines-frontend
16+
IMAGE_CACHE: quay.io/opendatahub/ds-pipelines-cacheserver
17+
IMAGE_PA: quay.io/opendatahub/ds-pipelines-persistenceagent
18+
IMAGE_SWF: quay.io/opendatahub/ds-pipelines-scheduledworkflow
19+
IMAGE_VC: quay.io/opendatahub/ds-pipelines-viewercontroller
20+
IMAGE_ARTIFACT: quay.io/opendatahub/ds-pipelines-artifact-manager
21+
IMAGE_MLMD_WRITER: quay.io/opendatahub/ds-pipelines-metadata-writer
22+
IMAGE_MLMD_ENVOY: quay.io/opendatahub/ds-pipelines-metadata-envoy
23+
IMAGE_MLMD_GRPC: quay.io/opendatahub/ds-pipelines-metadata-grpc
2424
jobs:
2525
copy-tag-to-quay:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)