Skip to content

Commit 6ebc1bf

Browse files
committed
fix github dir, update circleci image name
1 parent da8892a commit 6ebc1bf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/dev/dashaun/shell/initializr/plusplus/PipelineCommands.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)