Skip to content

Commit

Permalink
增加github工作流构建docker镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
hslr-s committed Nov 19, 2023
1 parent a6a521f commit e2164a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Read version from file
id: read_version
run: echo "APP_VERSION=$(cut -d '|' -f 2 ./assets/VERSION)" >> $GITHUB_ENV
run: echo "APP_VERSION=$(cut -d '|' -f 2 ./service/assets/VERSION)" >> $GITHUB_ENV

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit e2164a2

Please sign in to comment.