Skip to content

Commit 8665667

Browse files
authored
Update Docker image name in build workflow
1 parent 3026aed commit 8665667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1010
env:
1111
REGISTRY: ghcr.io/nationalsecurityagency
12-
IMAGE_NAME: datawave-stack
12+
IMAGE_NAME: datawave/quickstart-compose
1313
JAVA_VERSION: '11'
1414
JAVA_DISTRIBUTION: 'zulu' #This is the default on v1 of the action for 1.8
1515

0 commit comments

Comments
 (0)