Skip to content

Commit

Permalink
Update apprenticeship-action.yml
Browse files Browse the repository at this point in the history
not pushing because the tag and dockerhub repo didn't match
  • Loading branch information
melippmann authored Nov 5, 2023
1 parent b914e25 commit 8ba06c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apprenticeship-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -t liatrio-build .
run: docker build -t liatrio_apprenticeship_exercise:liatrio-build .
- name: run image
run: docker run -dp 80:80 liatrio-build
run: docker run -dp 80:80 liatrio_apprenticeship_exercise:liatrio-build
- name: run tests
uses: liatrio/github-actions/apprentice-action@808117af9b4a1e57c4cb79dbcb2d25de5ea3c68d
- name: docker login
Expand Down

0 comments on commit 8ba06c1

Please sign in to comment.