Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sir5kong committed May 7, 2023
1 parent b324f88 commit c06cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
build-args: |
kafka_version=${{ env.KAFKA_VERSION }}
tags: |
${{ env.CR_REPO }}:${{ steps.vars.outputs.sha_short }}
${{ env.CR_REPO }}:${{ env.KAFKA_VERSION }}-${{ steps.vars.outputs.sha_short }}
${{ env.CR_REPO }}:${{ env.KAFKA_VERSION }}-${{ github.ref_name }}
${{ env.CR_REPO }}:${{ env.KAFKA_VERSION }}
${{ env.CR_REPO }}:latest

0 comments on commit c06cf26

Please sign in to comment.