Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ram authored Apr 17, 2023
1 parent a011824 commit 60da18d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
flavor: |
latest=auto
prefix=
suffixLatest=true
suffix=${{ inputs.tag_postfix }}
- name: Build and push Docker image
Expand All @@ -60,7 +59,7 @@ jobs:
file: ./${{ inputs.component }}/${{ inputs.dockerfile }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}${{ inputs.tag_postfix }}
labels: ${{ steps.meta.outputs.labels }}

- name: Update repo description
Expand Down

0 comments on commit 60da18d

Please sign in to comment.