simplify build process

This commit is contained in:
2025-09-22 10:53:25 -06:00
parent 2ec3d9349e
commit 33120c40a5

View File

@@ -21,8 +21,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Make build script executable
run: chmod +x ./build.sh
- name: Build and push Docker image
run: ./build.sh -t -p
run: |
chmod +x ./build.sh
./build.sh -t -p