Skip to content

Commit 7ee2244

Browse files
committed
Fix docker build workflow
1 parent cb9cf83 commit 7ee2244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
context: .
3737
push: true
38-
tags: ${{ env.GITHUB_REF_NAME }}
38+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.GITHUB_REF_NAME }}
3939
# Update infrastructure manifest with new image tag
4040
- name: Update infrastructure manifest
4141
run: IMG_TAG=${{ env.GITHUB_REF_NAME }} make generate-infra-yaml

0 commit comments

Comments
 (0)