You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-images.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ on:
9
9
# 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.
10
10
env:
11
11
REGISTRY: ghcr.io/nationalsecurityagency
12
-
IMAGE_NAME: datawave-stack
12
+
IMAGE_NAME: datawave/quickstart-compose
13
13
JAVA_VERSION: '11'
14
14
JAVA_DISTRIBUTION: 'zulu'#This is the default on v1 of the action for 1.8
0 commit comments