Skip to content

Commit

Permalink
Update ci-build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KlviG authored Sep 4, 2023
1 parent cca41ae commit 760196a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Setup and run containers
id: check-directory
run: |
ssh ubuntu@${{ secrets.SERVER_IP }} "cd /opt/etapp2/uptodate/PIPELINE && sed -i "s/guiimage=.*/guiimage=$DOCKER_TAG_CUSTOM/g" config.sh"
ssh ubuntu@${{ secrets.SERVER_IP }} 'cd /opt/etapp2/uptodate/PIPELINE && sed -i "s/guiimage=.*/guiimage=$DOCKER_TAG_CUSTOM/g" config.sh'

0 comments on commit 760196a

Please sign in to comment.