Skip to content

Commit e4e2316

Browse files
authored
Merge pull request #43 from eranra/fix-push-image-to-registry-2
fix-push-image-to-registry-2
2 parents 9a0de17 + 4e67be9 commit e4e2316

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/push_image.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
env:
77
REGISTRY_USER: netobserv+github_ci
88
REGISTRY_PASSWORD: ${{ secrets.QUAY_SECRET }}
9-
IMAGE: quay.io/netobserv/flowlogs2metrics
9+
REGISTRY: quay.io/netobserv
10+
IMAGE: flowlogs2metrics
1011
TAG: latest
1112

1213
jobs:
@@ -39,6 +40,6 @@ jobs:
3940
with:
4041
image: ${{ env.IMAGE }}
4142
tags: ${{ env.TAG }}
42-
registry: quay.io/quay-user
43+
registry: ${{ env.REGISTRY }}
4344
- name: print image url
44-
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

Comments
 (0)