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 8c3a0e4 commit b324f88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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 }}:latest
${{ env.CR_REPO }}:${{ env.KAFKA_VERSION }}
${{ env.CR_REPO }}:${{ env.KAFKA_VERSION }}-${{ github.ref_name }}
${{ env.CR_REPO }}:${{ 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 b324f88

Please sign in to comment.