Skip to content

Commit c41f7a8

Browse files
committed
Set correct image name
1 parent e905736 commit c41f7a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_to_development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
contents: read
4343
packages: write
4444
with:
45-
registry: ${{ env.GITHUB_REGISTRY }}
46-
image_name: ${{ env.GITHUB_IMAGE_NAME }}
45+
registry: ghcr.io
46+
image_name: ${{ github.repository }}
4747
tag: "dev.${{ needs.get-short-sha.outputs.tag }}" # PS: Needs to match deploy.with.Tag
4848
secondary_tag: "dev"
4949
path_to_dockerfile: Dockerfile

0 commit comments

Comments
 (0)