From b4d77c52b2357f1dddd7787d0ec48227910c338e Mon Sep 17 00:00:00 2001 From: leboiko Date: Sat, 18 Jan 2025 01:26:57 -0300 Subject: [PATCH] Updating CI script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f460e077..9e821c7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -193,7 +193,7 @@ jobs: - uses: docker/build-push-action@v5 with: context: . - file: migrations/Dockerfile + file: indexer-and-cache-migrations/Dockerfile push: true platforms: linux/amd64,linux/arm64 tags: |