Skip to content

Commit

Permalink
build: switch to img.dev.storj.io/dev namespace
Browse files Browse the repository at this point in the history
nightly is used for nightly satellite/storagenode images

Change-Id: I3ed96ceed58bf43586583007ee664bf1ef6315bb
  • Loading branch information
elek committed Jan 9, 2024
1 parent 1ef5563 commit 48bd260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ build:
build-image:
COPY .git .git
ARG TAG=$(git rev-parse --short HEAD)
ARG IMAGE=img.dev.storj.io/nightly/eventkitd
ARG IMAGE=img.dev.storj.io/dev/eventkitd
BUILD +build-tagged-image --TAG=$TAG --IMAGE=$IMAGE

build-tagged-image:
Expand Down

0 comments on commit 48bd260

Please sign in to comment.