Skip to content

Commit

Permalink
新增docker编译打包参数
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed May 31, 2023
1 parent 172433e commit 511b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
name: apinto-dashboard-release
path: scripts/apserver_v${{ steps.vars.outputs.tag }}_linux_amd64.tar.gz
- name: build
run: cd scripts && docker build --build-arg VERSION=${{ steps.vars.outputs.tag }} --build-arg APP="apserver" --build-arg DIR="." -t ${{ secrets.DOCKER_USERNAME }}/apinto-dashboard:${{ steps.vars.outputs.tag }} ./
run: cd scripts && docker build --build-arg VERSION="v${{ steps.vars.outputs.tag }}" --build-arg APP="apserver" --build-arg DIR="." -t ${{ secrets.DOCKER_USERNAME }}/apinto-dashboard:${{ steps.vars.outputs.tag }} ./

- name: push image
run: |
Expand Down

0 comments on commit 511b924

Please sign in to comment.