Skip to content

Commit

Permalink
fix: specify correct docker build scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed May 30, 2024
1 parent 7b12f09 commit 25b6be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Run custom Docker build script
working-directory: ./deploy
shell: bash
run: ./make-docker-container.sh
shell: bash
working-directory: ./deploy/docker

- name: Tag Docker Image
run: |
Expand Down

0 comments on commit 25b6be0

Please sign in to comment.