Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Jul 20, 2023
1 parent 38c92cd commit 09ad714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: mvn clean install -DskipTests

- name: Build submarine server
run: ./dev-support/docker-images/submarine/build.sh ${{ matrix.platform }}
run: ./dev-support/docker-images/submarine-server/build.sh ${{ matrix.platform }}
- name: Push submarine-server docker image
run: docker push apache/submarine:server-$SUBMARINE_VERSION

Expand Down

0 comments on commit 09ad714

Please sign in to comment.