mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
fix(build): Fix broken Docker build
This commit is contained in:
7
.github/workflows/docker-image-build.yaml
vendored
7
.github/workflows/docker-image-build.yaml
vendored
@@ -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()
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"last-release-sha": "ad2255c9c24f68d0adb5255159fa5a849ab880e4",
|
||||
"release-as": "9.5.2",
|
||||
"release-type": "node",
|
||||
"draft": true,
|
||||
"changelog-sections": [
|
||||
|
||||
Reference in New Issue
Block a user