From a9b19ef6fcccdebb726098192565f96a551ed5f0 Mon Sep 17 00:00:00 2001 From: sivaprakash NA Date: Fri, 7 Jun 2024 08:53:40 +0000 Subject: [PATCH] docker build --- .github/workflows/workflow.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 274b982..9f8f307 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -31,10 +31,9 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - - - name: Build and push - working-directory: exercise_3 + - name: Build and push uses: docker/build-push-action@v5 with: push: true tags: user/app:latest + context: exercise_3