fix(build): Fix broken Docker build

This commit is contained in:
Göran Sander
2023-08-16 08:56:49 +00:00
parent dfeb583fd5
commit eaa36d307b
2 changed files with 8 additions and 1 deletions

View File

@@ -71,10 +71,15 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# Docker tag has format: refs/tags/butler-sos-v1.2.3
# We need to extract the tag semver from the full tag
# Store the tag in GITHUB_ENV environment variable
- name: Create clean tag for Docker
run: |
export TAGTMP1=${{ github.ref }}
echo "TAG=$(echo "${TAGTMP1##*/}")" >> $GITHUB_ENV
export TAGTMP2=${TAGTMP1##*/}
export TAG=${TAGTMP2##*-}
echo "TAG=$TAG" >> $GITHUB_ENV
- name: Dump GitHub context
if: always()

View File

@@ -1,4 +1,6 @@
{
"last-release-sha": "ad2255c9c24f68d0adb5255159fa5a849ab880e4",
"release-as": "9.5.2",
"release-type": "node",
"draft": true,
"changelog-sections": [