From 6d1837c9ccd0511871c6a81340d3a25a832babef Mon Sep 17 00:00:00 2001 From: xuwenyihust Date: Fri, 24 Nov 2023 15:45:45 +0800 Subject: [PATCH] Add target directory to Docker build --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 01ae0c3..ad49d13 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -35,6 +35,7 @@ jobs: run: | cd examples/word-count ls -la + ls -la target docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/word-count:latest . - name: Docker Push