diff --git a/.github/workflows/workflow-feature.yml b/.github/workflows/workflow-feature.yml index 7c00767..5473401 100644 --- a/.github/workflows/workflow-feature.yml +++ b/.github/workflows/workflow-feature.yml @@ -46,5 +46,4 @@ jobs: with: with-push: true tag-latest: false - image-tag: ${{ inputs.tag != '' && inputs.tag || github.sha }} - image-architectures: linux/amd64 + image-tag: ${{ inputs.tag != '' && inputs.tag || format('dev-{0}', github.sha) }}