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 bfa5ff9 commit 1bb312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-database-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Install gh-ost
run: |
wget https://github.com/github/gh-ost/releases/latest/download/gh-ost-binary-linux-amd64.tar.gz
tar -xzf gh-ost-binary-linux-amd64.tar.gz
wget https://github.com/github/gh-ost/releases/download/v1.1.7/gh-ost-binary-linux-amd64-20241219160321.tar.gz
tar -xzf gh-ost-binary-linux-amd64-20241219160321.tar.gz
chmod +x gh-ost
sudo mv gh-ost /usr/local/bin/
Expand Down

0 comments on commit 1bb312f

Please sign in to comment.