From d9fac2e3cc5db88209d06c00bff76265b5be8f04 Mon Sep 17 00:00:00 2001 From: 0xawaz Date: Mon, 4 Nov 2024 18:11:20 +0100 Subject: [PATCH] chore(ci): update image name --- .github/workflows/fhevm-smart-contracts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fhevm-smart-contracts.yml b/.github/workflows/fhevm-smart-contracts.yml index 2ea80690..c2b857b4 100644 --- a/.github/workflows/fhevm-smart-contracts.yml +++ b/.github/workflows/fhevm-smart-contracts.yml @@ -21,8 +21,8 @@ jobs: with: working-directory: "." push_image: true - image-name: "fhevm-contracts" - image-dev-name: "fhevm-contracts-dev" + image-name: "fhevm-smart-contracts" + image-dev-name: "fhevm-smart-contracts-dev" generate-dev-image: true docker-file: "ci.dockerfile" docker-file-dev: "dev.dockerfile"