chore: remove build script on push

This commit is contained in:
Mauricio Siu
2024-05-04 02:20:47 -06:00
parent c6581f73ff
commit ca54084793

View File

@@ -75,7 +75,5 @@ jobs:
- name: Build and push Docker image using custom script
run: |
chmod +x ./docker/build.sh
chmod +x ./docker/push.sh
./docker/build.sh ${{ github.ref_name == 'canary' && 'canary' || '' }}
./docker/push.sh ${{ github.ref_name == 'canary' && 'canary' || '' }}