Skip to content

Commit

Permalink
build: Debug Docker image build code in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Apr 8, 2024
1 parent 938cda7 commit db36afa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
# Store the tag in GITHUB_ENV environment variable
- name: Create clean tag for Docker
run: |
#export TAGTMP1=${{ github.ref }}
#export TAG=${TAGTMP1##*/}
export TAG=$(echo ${{ github.ref }} | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+' | cut -c 2-)
export TAGTMP1=${{ github.ref }}
export TAG=${TAGTMP1##*/}
#export TAG=$(echo ${{ github.ref }} | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+' | cut -c 2-)
echo "TAG=$TAG" >> $GITHUB_ENV
# Debug
echo "TAGTMP1=$TAGTMP1"
Expand Down
6 changes: 2 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"last-release-sha": "6b9751bf6c02831f404b3d5ac7287284c541767e",
"release-as": "11.1.1",
"release-as": "11.1.2",
"release-type": "node",
"prerelease": false,
"draft": true,
Expand Down Expand Up @@ -39,8 +39,6 @@
}
],
"packages": {
".": {
"package-name": "butler"
}
".": {}
}
}

0 comments on commit db36afa

Please sign in to comment.