Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh committed Jan 12, 2024
1 parent 1bcf3f8 commit a896ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Get package version
id: get_version
run: |
echo ::set-output name=VERSION3::$(node -p "require('./package.json').version")
echo ::set-output name=VERSION2::$(node -p "require('./package.json').version.split('.').slice(0, 2).join('.')")
echo "VERSION3=$(node -p "require('./package.json').version")" >> "$GITHUB_OUTPUT"
echo "VERSION2=$(node -p "require('./package.json').version.split('.').slice(0, 2).join('.')")" >> "$GITHUB_OUTPUT"
- uses: docker/login-action@v3
if: startsWith(github.ref, 'refs/tags/v')
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hivepanel",
"description": "Get your swarm together with 📦 hivepanel, a Docker Swarm control panel",
"version": "0.5.0",
"version": "0.5.1",
"private": false,
"license": "UNLICENSED",
"bin": {
Expand All @@ -19,6 +19,7 @@
"fix": "prettier --write .",
"recent": "(cd recently-used && vc --prod)",
"prepare": "yarn build",
"postversion": "git push --tags",
"docker": "yarn dbuild && yarn drun",
"dbuild": "yarn build && docker build . -t thgh/hivepanel",
"dbuildx": "yarn build && docker buildx build . -t thgh/hivepanel -o type=image --platform=linux/amd64,linux/arm64/v8",
Expand Down

0 comments on commit a896ce3

Please sign in to comment.