From 420a6bef27c08a202778b8dcdab1edd39352e31b Mon Sep 17 00:00:00 2001 From: Roshan Khatri Date: Wed, 3 Apr 2024 02:47:56 +0000 Subject: [PATCH] update --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 655abdf..8c5fec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,14 +67,11 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: pwd - run: pwd - - name: Build and push uses: docker/build-push-action@v5 with: file: ./${{ matrix.dockerfiles }} - context: . + context: ./${{ matrix.directory }} push: true tags: | roshkhatri/valkey:${{ matrix.name }}