We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a0de17 + 4e67be9 commit e4e2316Copy full SHA for e4e2316
.github/workflows/push_image.yml
@@ -6,7 +6,8 @@ on:
6
env:
7
REGISTRY_USER: netobserv+github_ci
8
REGISTRY_PASSWORD: ${{ secrets.QUAY_SECRET }}
9
- IMAGE: quay.io/netobserv/flowlogs2metrics
+ REGISTRY: quay.io/netobserv
10
+ IMAGE: flowlogs2metrics
11
TAG: latest
12
13
jobs:
@@ -39,6 +40,6 @@ jobs:
39
40
with:
41
image: ${{ env.IMAGE }}
42
tags: ${{ env.TAG }}
- registry: quay.io/quay-user
43
+ registry: ${{ env.REGISTRY }}
44
- name: print image url
- run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"
45
+ run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"
0 commit comments