Apply os on image tag

This commit is contained in:
Markus Pöschl 2021-05-15 15:56:53 +02:00
parent 4295f6ee90
commit e93adf5cad

View File

@ -138,7 +138,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: ${{ env.PUSH_BRANCH == 'true' }}
tags: ${{ matrix.tag.tag }}
tags: "${{ matrix.os != 'debian' && format('{0}-', matrix.os) || '' }}${{ matrix.tag.tag }}"
build-args: |
CHANGING_ARG=${{ github.sha }}
context: .