Skip to content

Commit

Permalink
Run docker build from GH Action path.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 16, 2024
1 parent f42b119 commit 400cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Build Docker image
shell: sh
run: |
docker build -f Dockerfile --build-arg IMAGE=${{ inputs.image }} --build-arg SHELL=${{ inputs.shell }} -t local_image:8.8.8 .
cd $GITHUB_ACTION_PATH && docker build -f Dockerfile --build-arg IMAGE=${{ inputs.image }} --build-arg SHELL=${{ inputs.shell }} -t local_image:8.8.8 .
- name: Run Docker container
shell: sh
run: |
Expand Down

0 comments on commit 400cbb9

Please sign in to comment.