Skip to content

Commit 51f40a9

Browse files
rohanKanojiadkwon17
authored andcommitted
fix(ci): use fixed Quay namespace instead of dynamic username in image tags
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
1 parent f96ab5f commit 51f40a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/devtools-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
context: .
4949
push: true
5050
tags: |
51-
${{ env.PUSH_REGISTRY }}/${{ secrets.QUAY_USERNAME }}/web-terminal-operator-devtools:latest
52-
${{ env.PUSH_REGISTRY }}/${{ secrets.QUAY_USERNAME }}/web-terminal-operator-devtools:sha-${{ steps.git-sha.outputs.sha }}
51+
${{ env.PUSH_REGISTRY }}/wto/web-terminal-operator-devtools:latest
52+
${{ env.PUSH_REGISTRY }}/wto/web-terminal-operator-devtools:sha-${{ steps.git-sha.outputs.sha }}
5353
file: ./build/dockerfiles/devtools.Dockerfile
5454

0 commit comments

Comments
 (0)