There was an error while loading. Please reload this page.
1 parent e905736 commit c41f7a8Copy full SHA for c41f7a8
1 file changed
.github/workflows/deploy_to_development.yml
@@ -42,8 +42,8 @@ jobs:
42
contents: read
43
packages: write
44
with:
45
- registry: ${{ env.GITHUB_REGISTRY }}
46
- image_name: ${{ env.GITHUB_IMAGE_NAME }}
+ registry: ghcr.io
+ image_name: ${{ github.repository }}
47
tag: "dev.${{ needs.get-short-sha.outputs.tag }}" # PS: Needs to match deploy.with.Tag
48
secondary_tag: "dev"
49
path_to_dockerfile: Dockerfile
0 commit comments