feat 修改build流程
Some checks failed
Build image / build (push) Failing after 4s

This commit is contained in:
timerzz 2024-04-12 14:07:41 +08:00
parent f8f56336a9
commit ec1808518e

View File

@ -4,4 +4,4 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: ls
- run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:latest .