Skip to content

Commit

Permalink
Fix docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmazzotti committed Oct 10, 2023
1 parent cb9cf83 commit 7ee2244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
context: .
push: true
tags: ${{ env.GITHUB_REF_NAME }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.GITHUB_REF_NAME }}
# Update infrastructure manifest with new image tag
- name: Update infrastructure manifest
run: IMG_TAG=${{ env.GITHUB_REF_NAME }} make generate-infra-yaml
Expand Down

0 comments on commit 7ee2244

Please sign in to comment.