run using bash
Some checks failed
Build and Push spark-vllm / docker (push) Failing after 15m0s

This commit is contained in:
2026-05-11 13:40:42 -05:00
parent f307d8dc76
commit 0bb0da779e

View File

@@ -25,12 +25,10 @@ jobs:
username: ${{ secrets.CI_USER }} username: ${{ secrets.CI_USER }}
password: ${{ secrets.CI_PASSWORD }} password: ${{ secrets.CI_PASSWORD }}
- name: Make build script executable
run: chmod +x build-and-copy.sh
- name: Build image using upstream script - name: Build image using upstream script
run: | run: |
./build-and-copy.sh -t ${IMAGE_NAME}:${IMAGE_TAG} bash build-and-copy.sh -t ${IMAGE_NAME}:${IMAGE_TAG}
- name: Tag image - name: Tag image
run: | run: |