Skip to content

Commit 94aabfd

Browse files
committed
fixed errors in the previous commit
Signed-off-by: Mriyam Tamuli <[email protected]>
1 parent 4b96234 commit 94aabfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/devcontainer-build-and-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
uses: devcontainers/[email protected]
3535
with:
3636
subFolder: .github
37-
imageName: ghcr.io/warm-metal/csi-driver-image/devcontainer
38-
cacheFrom: ghcr.io/warm-metal/csi-driver-image/devcontainer
37+
imageName: ghcr.io/${{ github.repository }}/devcontainer
38+
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
3939
push: always

0 commit comments

Comments
 (0)