From 72d1946fa4b42c75b86bd8624d09948b0742c93f Mon Sep 17 00:00:00 2001 From: Meher Lippmann <78046639+melippmann@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:08:43 -0700 Subject: [PATCH] Update apprenticeship-action.yml forgot to add the tag to docker run. adding it. --- .github/workflows/apprenticeship-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apprenticeship-action.yml b/.github/workflows/apprenticeship-action.yml index 4769e97..0c39b09 100644 --- a/.github/workflows/apprenticeship-action.yml +++ b/.github/workflows/apprenticeship-action.yml @@ -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