Skip to content

Commit 8e5f7ee

Browse files
author
gurghet
committed
fix: add /operator to image name
1 parent 1b1acf6 commit 8e5f7ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
REGISTRY: ghcr.io
15-
IMAGE_NAME: ${{ github.repository }}
15+
IMAGE_NAME: ${{ github.repository }}/operator
1616

1717
jobs:
1818
release:
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
context: .
7979
push: true
80-
tags: ghcr.io/${{ github.repository }}:latest
80+
tags: ghcr.io/${{ github.repository }}/operator:latest
8181
cache-from: type=gha
8282
cache-to: type=gha,mode=max
8383

0 commit comments

Comments
 (0)