Skip to content

Commit

Permalink
ci: use correct container registry in ci-test-docker-image (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Nov 7, 2024
1 parent 91d6909 commit 54dab97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BIN = dive
TEMP_DIR = ./.tmp
PWD := ${CURDIR}
PRODUCTION_REGISTRY = docker.io
REGISTRY ?= docker.io
SHELL = /bin/bash -o pipefail
TEST_IMAGE = busybox:latest

Expand Down Expand Up @@ -186,7 +186,7 @@ ci-test-docker-image:
--rm \
-t \
-v /var/run/docker.sock:/var/run/docker.sock \
'${PRODUCTION_REGISTRY}/joschi/dive:latest-amd64' \
'${REGISTRY}/joschi/dive:latest-amd64' \
'${TEST_IMAGE}' \
--ci

Expand Down

0 comments on commit 54dab97

Please sign in to comment.