Update docker-image.yml
This commit is contained in:
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@@ -50,7 +50,6 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=auto
|
||||||
prefix=
|
prefix=
|
||||||
suffixLatest=true
|
|
||||||
suffix=${{ inputs.tag_postfix }}
|
suffix=${{ inputs.tag_postfix }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
@@ -60,7 +59,7 @@ jobs:
|
|||||||
file: ./${{ inputs.component }}/${{ inputs.dockerfile }}
|
file: ./${{ inputs.component }}/${{ inputs.dockerfile }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}${{ inputs.tag_postfix }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Update repo description
|
- name: Update repo description
|
||||||
|
|||||||
Reference in New Issue
Block a user