mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
Can't use the name at this stage
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -50,7 +50,6 @@ jobs:
|
||||
--build-arg SPLEETER_VERSION=${{ github.event.inputs.version }} \
|
||||
-t deezer/${{ env.image }}:${{ matrix.distribution }} \
|
||||
-f docker/spleeter.dockerfile .
|
||||
- name: Tag deezer/${{ env.image }}:${{ matrix.distribution }} as latest if needed
|
||||
- if: ${{ matrix.distribution == '3.8' }}
|
||||
run: |
|
||||
docker tag deezer/${{ env.image }}:${{ matrix.distribution }} deezer/${{ env.image }}:latest
|
||||
|
||||
Reference in New Issue
Block a user