forked from TuanManhCao/digital-garden
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: add directory check * refactor: the target of replace more explicitly * wip: change directory output command * build: change node version * refactor: replace id param * docs: fix function style in comment * ci: remove directory structure output * revert: undo process * wip: remove empty slug from path * ci: re-add directory check * ci: change step * build: make explicit a copy of the post folder * ci: change contents permissions * chore: change README.md file ignore rule * ci: add chown command * ci: add context option * refactor: cleanup codes * revert: image node version * revert: remove redundant COPY
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ Dockerfile | |
.dockerignore | ||
node_modules | ||
npm-debug.log | ||
README.md | ||
/README.md | ||
.next | ||
.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,4 +102,5 @@ jobs: | |
uses: docker/build-push-action@v4 | ||
with: | ||
file: ./Dockerfile | ||
push: false | ||
push: false | ||
context: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters