Skip to content

Commit bf42c20

Browse files
committed
fix GCR tag
1 parent 3c15a21 commit bf42c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
push: true
7373
tags: |
7474
defangio/railpack-builder:${{ env.IMAGE_TAG }}
75-
gcr.io/defang-io/public/railpack-builder:${{ env.IMAGE_TAG }}
75+
${{ env.GCP_REGION }}-docker.pkg.dev/defang-io/public/railpack-builder:${{ env.IMAGE_TAG }}
7676
public.ecr.aws/defang-io/codebuild-railpack:${{ env.IMAGE_TAG }}
7777
cache-from: type=gha,scope=${{ github.workflow }}
7878
cache-to: type=gha,scope=${{ github.workflow }},mode=max

0 commit comments

Comments
 (0)