From c5e3f3b6831cf630c5532fe95de1be063dd75a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nat=C3=A1lia=20Granato?= Date: Tue, 10 Sep 2024 13:52:21 +0000 Subject: [PATCH] fix: path dockerfile redis in Docker pipeline --- .github/workflows/redis-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/redis-docker.yml b/.github/workflows/redis-docker.yml index f9cca23..c47fcd2 100644 --- a/.github/workflows/redis-docker.yml +++ b/.github/workflows/redis-docker.yml @@ -53,7 +53,7 @@ jobs: id: build-and-push with: context: ./redis - file: ./redis/Dockerfile.redis + file: ./redis/Dockerfile push: true tags: nataliagranato/redis:${{ steps.generate-tag.outputs.tag }} labels: ${{ steps.meta.outputs.labels }}