From 20b902551522cbb76ca1273e729600e7bd7b5064 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 27 Sep 2023 17:00:56 +0000 Subject: [PATCH] ci: fix tools --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0fae2d..da53d8d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REGISTRY := public.ecr.aws/zero-downtime -REPOSITORY := fuse-device-plugin +IMAGE := fuse-device-plugin REGION := us-east-1 include .ci/podman.mk