Skip to content

Commit bc2497b

Browse files
authored
Update Makefile
1 parent fdde37d commit bc2497b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BUILDDIR ?= $(CURDIR)/build
2-
NAMESPACE := ghcr.io/b2network
3-
PROJECT := b2-committer
2+
NAMESPACE := ghcr.io/optimism-java
3+
PROJECT := dispute-explorer
44
DOCKER_IMAGE := $(NAMESPACE)/$(PROJECT)
55
COMMIT_HASH := $(shell git rev-parse --short=7 HEAD)
66
DATE=$(shell date +%Y%m%d-%H%M%S)

0 commit comments

Comments
 (0)