mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
simplify build process
This commit is contained in:
7
.github/workflows/docker-deploy.yml
vendored
7
.github/workflows/docker-deploy.yml
vendored
@@ -21,8 +21,7 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Make build script executable
|
|
||||||
run: chmod +x ./build.sh
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
run: ./build.sh -t -p
|
run: |
|
||||||
|
chmod +x ./build.sh
|
||||||
|
./build.sh -t -p
|
||||||
Reference in New Issue
Block a user