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 }}