Skip to content

Commit 77ea9aa

Browse files
authored
fix build images (#160)
1 parent e65c9ec commit 77ea9aa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build images
5858
env:
5959
TRAVIS_DIR: computer-dist/src/assembly/travis
60-
run: $TRAVIS_DIR/build_images.sh ${{ env.FRAMEWORK_IMAGE_URL }} ${{ env.ALGORITHM_IMAGE_URL }} ${{ env.OPERATOR_IMAGE_URL }}
60+
run: $TRAVIS_DIR/build-images.sh ${{ env.FRAMEWORK_IMAGE_URL }} ${{ env.ALGORITHM_IMAGE_URL }} ${{ env.OPERATOR_IMAGE_URL }}
6161

6262
- name: Docker images
6363
run: docker images
File renamed without changes.

0 commit comments

Comments
 (0)