Skip to content

Commit 5c70d95

Browse files
committed
fix(docker): rename and move DockerFile-cd to .
1 parent 547d449 commit 5c70d95

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: echo "REPO_OWNER_LC=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV
6767

6868
- name: Build Docker image
69-
run: docker build -f .github/Dockerfile -t ghcr.io/${REPO_OWNER_LC}/spring-backend:latest .
69+
run: docker build -f Dockerfile-cd -t ghcr.io/${REPO_OWNER_LC}/spring-backend:latest .
7070

7171
- name: Push Docker image
7272
run: docker push ghcr.io/${REPO_OWNER_LC}/spring-backend:latest
File renamed without changes.

0 commit comments

Comments
 (0)