File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/main/java/dev/dashaun/shell/initializr/plusplus Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ private String circleCIConfigFile() {
7171 docker-username: DOCKER_LOGIN
7272 docker-password: DOCKERHUB_PASSWORD
7373 - docker/push:
74- image: $IMAGE_NAME
74+ image: dashaun/$CIRCLE_PROJECT_REPONAME
7575 tag: $CIRCLE_TAG-aarch_64
7676
7777 workflows:
@@ -80,8 +80,6 @@ private String circleCIConfigFile() {
8080 - arm64-native:
8181 context:
8282 - dashaun-dockerhub
83- environment:
84- IMAGE_NAME: CHANGEME
8583 filters:
8684 tags:
8785 only: /^v.*/
@@ -165,7 +163,7 @@ private void circleciDir() throws IOException {
165163 }
166164
167165 private void githubDir () throws IOException {
168- File file = new File ("./.github" );
166+ File file = new File ("./.github/workflows " );
169167 if (!file .exists ()) {
170168 if (!file .mkdir ()) {
171169 throw new IOException ("Couldn't create directory" );
You can’t perform that action at this time.
0 commit comments