Skip to content

Commit

Permalink
feat: Add image build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Dec 26, 2024
1 parent e48eac1 commit 0b3cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-database-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install gh-ost
run: |
wget https://github.com/github/gh-ost/releases/download/v1.1.4/gh-ost-linux-amd64 -O gh-ost # Update to latest version
wget https://github.com/github/gh-ost/releases/latest/download/gh-ost-linux-amd64 -O gh-ost
chmod +x gh-ost
sudo mv gh-ost /usr/local/bin/
Expand Down

0 comments on commit 0b3cb5a

Please sign in to comment.