Skip to content

Commit 16764d1

Browse files
authored
Fix docker prefix
1 parent b20764a commit 16764d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/microservice-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
git config user.name "github-actions[bot]"
118118
mvn -s $GITHUB_WORKSPACE/.github/workflows/settings.xml \
119119
--batch-mode release:prepare release:perform \
120-
-Dmaven.release.arguments="-Ddocker.image.prefix=ghcr.io/nationalsecurityagency/ -DpushChanges=true \
120+
-Dmaven.release.arguments="-Ddocker.image.prefix=ghcr.io/nationalsecurityagency/datawave/ -DpushChanges=true \
121121
-DskipTests -DskipFormat -DskipSpotbugs \
122122
-Denforcer.skip=true -Dcheckstyle.skip=true \
123123
-Ddocker-release -Dmicroservice-docker" \

0 commit comments

Comments
 (0)