Skip to content

Commit

Permalink
fix: fix ci problems by specifying exact tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Dec 21, 2024
1 parent 2268c7e commit ac54545
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ jobs:
run: ssh root@darkbot 'curl -L $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/darklab8/redock/releases/latest | sed "s/releases\/tag/releases\/download/")/redock-linux-arm64 -o /usr/local/bin/redock && chmod 777 /usr/local/bin/redock'

- name: Run redock
run: ssh root@darkbot 'redock --ctr=darkbot-staging --strict_pull=true'
env:
SOURCE_NAME: ${{ env.SOURCE_NAME }}
run: ssh root@darkbot 'redock --ctr=darkbot-staging --strict_pull=true --image_name=darkwind8/darkbot:$SOURCE_NAME'

0 comments on commit ac54545

Please sign in to comment.