Skip to content

Commit

Permalink
Update apprenticeship-action.yml
Browse files Browse the repository at this point in the history
was using local address, updating to use: 172.17.0.1 as in the test.
  • Loading branch information
melippmann authored Nov 4, 2023
1 parent 15191b8 commit 06dd5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apprenticeship-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build the Docker image
run: docker build -t liatrio-build .
- name: run image
run: docker run -dp 127.0.0.1:80:80 liatrio-build
run: docker run -dp 172.17.0.1:80:80 liatrio-build
- name: run tests
uses: liatrio/github-actions/apprentice-action@808117af9b4a1e57c4cb79dbcb2d25de5ea3c68d

0 comments on commit 06dd5ac

Please sign in to comment.