We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6575e25 commit 2324dd6Copy full SHA for 2324dd6
.bl_override.sh
@@ -3,7 +3,7 @@
3
4
APP_NAME="ghostfire"
5
GITHUB_USER="firepress-org"
6
-APP_VERSION="5.9.4"
+APP_VERSION="5.12.4"
7
8
### function options
9
CFG_USE_GPG_SIGNATURE="true"
v5/Dockerfile
# These ARG are required during the Github Actions CI
# ----------------------------------------------
ARG APP_NAME="ghostfire"
-ARG VERSION="5.9.4"
+ARG VERSION="5.12.4"
ARG GITHUB_USER="firepress-org"
ARG DEFAULT_BRANCH="master"
# remove ORG
0 commit comments