forked from TryGhost/Casper
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pascal Andy <pascal@firepress.org>
- Loading branch information
1 parent
384ce3d
commit 7cefb32
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
################################### | ||
# REQUIRED for bashLaVa https://github.com/firepress-org/bashlava | ||
# REQUIRED for Github Action CI template https://github.com/firepress-org/ghostfire/tree/master/.github/workflows | ||
################################### | ||
|
||
ARG APP_NAME="Casper" | ||
ARG VERSION="3.1.2" | ||
ARG RELEASE="3.1.2" | ||
ARG GITHUB_USER="firepress-org" | ||
|
||
################################### | ||
# REQUIRED BY OUR GITHUB ACTION CI | ||
################################### | ||
|
||
ARG GIT_PROJECT_NAME="Casper" | ||
ARG DOCKERHUB_USER="devmtl" | ||
ARG GITHUB_ORG="firepress-org" | ||
ARG GITHUB_REGISTRY="registry" | ||
|
||
ARG GIT_REPO_DOCKERFILE="https://github.com/firepress-org/Casper" | ||
ARG GIT_REPO_SOURCE="https://github.com/firepress-org/Casper" |