From bbcbfb975d4fcea5b251aa1903d7930056b6d175 Mon Sep 17 00:00:00 2001 From: HadManySons Date: Sun, 10 Mar 2024 00:53:09 +0100 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 846d424..7f7a146 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,6 +15,5 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build the Docker image - #working-directory: ./AFexcuses - #run: docker build . --file Dockerfile --tag afexcuses:$(date +%s) - run: pwd; ls -alh + working-directory: ./AFExcuses + run: docker build . --file Dockerfile --tag afexcuses:$(date +%s)