-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): pre-build and publish of DevContainer
* Added build and push to GHCR capabilities * Provde a default `github.actor` for the `build` job in the `main.yml` workflow file. * Add `.dockerignore` file to exclude unnecessary files from the Docker build context. * Update syntax for act excludes in .dockerignore and .gitignore files. * Added a context to the build in the .devcontainer.json file. Closes: #4
- Loading branch information
1 parent
b42385b
commit 0459f2d
Showing
4 changed files
with
17 additions
and
6 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# act | ||
*.env | ||
*.secrets |
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# act environment file | ||
.env | ||
.secrets | ||
# act | ||
*.env | ||
*.secrets | ||
|
||
# Dependency directories | ||
node_modules/ |