Skip to content

Commit fe9a717

Browse files
author
Damion Werner
committed
try different ghcr path
1 parent 0486233 commit fe9a717

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ghcr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
context: malstrom-k8s
3434
file: malstrom-k8s/k8s-operator.dockerfile
3535
push: true
36-
tags: ghcr.io/malstromdevelopers/k8s-operator:latest,ghcr.io/malstromdevelopers/k8s-operator:${{ github.sha }}
36+
tags: ghcr.io/malstromdevelopers/malstrom/k8s-operator:latest,ghcr.io/malstromdevelopers/malstrom/k8s-operator:${{ github.sha }}
3737
cache-from: type=gha
3838
cache-to: type=gha
3939

@@ -43,7 +43,7 @@ jobs:
4343
context: malstrom-k8s
4444
file: malstrom-k8s/artifact-manager.dockerfile
4545
push: true
46-
tags: ghcr.io/malstromdevelopers/artifact-manager:latest,ghcr.io/malstromdevelopers/artifact-manager:${{ github.sha }}
46+
tags: ghcr.io/malstromdevelopers/malstrom/artifact-manager:latest,ghcr.io/malstromdevelopers/malstrom/artifact-manager:${{ github.sha }}
4747
cache-from: type=gha
4848
cache-to: type=gha
4949

@@ -53,6 +53,6 @@ jobs:
5353
context: malstrom-k8s
5454
file: malstrom-k8s/artifact-downloader.dockerfile
5555
push: true
56-
tags: ghcr.io/malstromdevelopers/artifact-downloader:latest,ghcr.io/malstromdevelopers/artifact-downloader:${{ github.sha }}
56+
tags: ghcr.io/malstromdevelopers/malstrom/artifact-downloader:latest,ghcr.io/malstromdevelopers/malstrom/artifact-downloader:${{ github.sha }}
5757
cache-from: type=gha
5858
cache-to: type=gha

0 commit comments

Comments
 (0)