Browse Source

remove preloaded images

since the models are pulled from huggingface now
subDesTagesMitExtraKaese 1 month ago
parent
commit
6aeb13ab96
1 changed files with 1 additions and 101 deletions
  1. 1 101
      .github/workflows/docker.yml

+ 1 - 101
.github/workflows/docker.yml

@@ -34,104 +34,4 @@ jobs:
           context: .
           platforms: linux/amd64,linux/arm64/v8
           push: true
-          tags: ftcaplan/matrix-stt-bot:latest
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:tiny
-          build-args: |
-            "PRELOAD_MODEL=tiny"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:tiny-q5_1
-          build-args: |
-            "PRELOAD_MODEL=tiny-q5_1"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:base
-          build-args: |
-            "PRELOAD_MODEL=base"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:base-q5_1
-          build-args: |
-            "PRELOAD_MODEL=base-q5_1"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:small
-          build-args: |
-            "PRELOAD_MODEL=small"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:small-q5_1
-          build-args: |
-            "PRELOAD_MODEL=small-q5_1"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:medium-q5_0
-          build-args: |
-            "PRELOAD_MODEL=medium-q5_0"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:large-v3-q5_0
-          build-args: |
-            "PRELOAD_MODEL=large-v3-q5_0"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:large-v3-turbo
-          build-args: |
-            "PRELOAD_MODEL=large-v3-turbo"
-      -
-        name: Build and push
-        uses: docker/build-push-action@v6
-        with:
-          context: .
-          platforms: linux/amd64,linux/arm64/v8
-          push: true
-          tags: ftcaplan/matrix-stt-bot:large-v3-turbo-q5_0
-          build-args: |
-            "PRELOAD_MODEL=large-v3-turbo-q5_0"
+          tags: ftcaplan/matrix-stt-bot:latest