We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c15a21 commit bf42c20Copy full SHA for bf42c20
.github/workflows/docker-image-release.yml
@@ -72,7 +72,7 @@ jobs:
72
push: true
73
tags: |
74
defangio/railpack-builder:${{ env.IMAGE_TAG }}
75
- gcr.io/defang-io/public/railpack-builder:${{ env.IMAGE_TAG }}
+ ${{ env.GCP_REGION }}-docker.pkg.dev/defang-io/public/railpack-builder:${{ env.IMAGE_TAG }}
76
public.ecr.aws/defang-io/codebuild-railpack:${{ env.IMAGE_TAG }}
77
cache-from: type=gha,scope=${{ github.workflow }}
78
cache-to: type=gha,scope=${{ github.workflow }},mode=max
0 commit comments