Commit 78c159cd authored by Steven's avatar Steven

chore: fix build tag

parent 721aa3c9
...@@ -17,9 +17,9 @@ jobs: ...@@ -17,9 +17,9 @@ jobs:
- name: Extract build args - name: Extract build args
# Extract version from branch name # Extract version from branch name
# Example: branch name `release/v1.0.0` sets up env.VERSION=1.0.0 # Example: branch name `release/1.0.0` sets up env.VERSION=1.0.0
run: | run: |
echo "VERSION=${GITHUB_REF_NAME#release/v}" >> $GITHUB_ENV echo "VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2
...@@ -41,4 +41,4 @@ jobs: ...@@ -41,4 +41,4 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: neosmemo/memos:latest, neosmemo/memos:${{ env.VERSION }} tags: neosmemo/memos:latest, neosmemo/memos:v${{ env.VERSION }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment