Skip to content

Commit

Permalink
fix: try to fix make docker container.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed May 30, 2024
1 parent 6077a52 commit 7b12f09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
- name: Run custom Docker build script
working-directory: ./deploy
shell: bash
run: |
chmod +x make-docker-container.sh
./make-docker-container.sh
run: ./make-docker-container.sh

- name: Tag Docker Image
run: |
Expand Down

0 comments on commit 7b12f09

Please sign in to comment.