Skip to content

Commit

Permalink
Update apprenticeship-action.yml
Browse files Browse the repository at this point in the history
forgot to add the tag to docker run. adding it.
  • Loading branch information
melippmann authored Nov 4, 2023
1 parent 3c65f31 commit 72d1946
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 -p 127.0.0.1:80:80
run: docker -p 127.0.0.1:80:80 liatrio-build
- name: run tests
uses: liatrio/github-actions/apprentice-action@808117af9b4a1e57c4cb79dbcb2d25de5ea3c68d

0 comments on commit 72d1946

Please sign in to comment.