Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore(release): v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Dec 13, 2022
1 parent 4b771f4 commit 189b154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- 'v*.*.*'

env:
VERSION: ${{ github.ref_name }}

jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -23,6 +26,6 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: eolinker/eoapi-remote-server:latest
tags: eolinker/eoapi-remote-server:latest,eolinker/eoapi-remote-server:${ VERSION##*v }
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eoapi-remote-server",
"version": "1.10.0",
"version": "1.11.0",
"description": "Storage api data in remote server",
"author": "eoapi",
"private": true,
Expand Down

0 comments on commit 189b154

Please sign in to comment.