From 85853ea65c0e215e51d87d71641727999c25c9c7 Mon Sep 17 00:00:00 2001 From: Raissa Brizeno Date: Fri, 9 Aug 2024 15:24:52 -0300 Subject: [PATCH] Update github-actions-demo.yaml --- .github/workflows/github-actions-demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index c9f7daf..a4e47b4 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -43,6 +43,6 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: . + context: ./exercicios/para-sala/users-api-aula/Dockerfile push: true tags: raissabrizeno/users-api-aula:1.0.0