Skip to content

Commit

Permalink
hard-code version since docker does not accept semver + symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Nov 19, 2023
1 parent e0a60b2 commit d7f9d4c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- development
tags:
- v*
env:
VERSION: 2.0.6

jobs:
publish:
Expand All @@ -19,19 +21,6 @@ jobs:
uses: docker/setup-qemu-action@master
with:
platforms: all
- name: Setup Java
uses: actions/setup-java@v3.9.0
with:
distribution: "temurin"
java-version: "11"
- name: Setup CommandBox
uses: Ortus-Solutions/setup-commandbox@v2.0.1
- name: Setup Environment Variables For Build Process
id: current_version
run: |
box install stachebox --production
echo "VERSION=`cat modules/stachebox/box.json | jq '.version' -r`" >> $GITHUB_ENV
- name: Setup Builds
id: setup
env:
Expand Down

0 comments on commit d7f9d4c

Please sign in to comment.