Can't use the name at this stage

This commit is contained in:
mmoussallam
2022-02-18 12:14:36 +01:00
parent 6d3be28d06
commit 3abc3a00d7

View File

@@ -50,7 +50,6 @@ jobs:
--build-arg SPLEETER_VERSION=${{ github.event.inputs.version }} \ --build-arg SPLEETER_VERSION=${{ github.event.inputs.version }} \
-t deezer/${{ env.image }}:${{ matrix.distribution }} \ -t deezer/${{ env.image }}:${{ matrix.distribution }} \
-f docker/spleeter.dockerfile . -f docker/spleeter.dockerfile .
- name: Tag deezer/${{ env.image }}:${{ matrix.distribution }} as latest if needed
- if: ${{ matrix.distribution == '3.8' }} - if: ${{ matrix.distribution == '3.8' }}
run: | run: |
docker tag deezer/${{ env.image }}:${{ matrix.distribution }} deezer/${{ env.image }}:latest docker tag deezer/${{ env.image }}:${{ matrix.distribution }} deezer/${{ env.image }}:latest