docker tag renaming (#330)
This commit is contained in:
parent
21a090f102
commit
a793c1f8fa
2 changed files with 4 additions and 2 deletions
|
@ -54,7 +54,7 @@ jobs:
|
|||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: kafka-ui-api
|
||||
push: true
|
||||
tags: provectuslabs/kafka-ui:latest
|
||||
tags: provectuslabs/kafka-ui:master
|
||||
build-args: |
|
||||
JAR_FILE=kafka-ui-api-${{ steps.build.outputs.version }}.jar
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -90,7 +90,9 @@ jobs:
|
|||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: kafka-ui-api
|
||||
push: true
|
||||
tags: provectuslabs/kafka-ui:${{ steps.prep.outputs.version }}
|
||||
tags: |
|
||||
provectuslabs/kafka-ui:${{ steps.prep.outputs.version }}
|
||||
provectuslabs/kafka-ui:latest
|
||||
build-args: |
|
||||
JAR_FILE=kafka-ui-api-${{ steps.prep.outputs.version }}.jar
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
|
|
Loading…
Add table
Reference in a new issue