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

This commit is contained in:
timerzz 2024-04-12 14:22:34 +08:00
parent 93c154e985
commit 6e53379cee

View File

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