feat 修改build流程
All checks were successful
Build image / build (push) Successful in 1m15s

This commit is contained in:
timerzz 2024-04-12 14:28:23 +08:00
parent 50917cec7b
commit 6835f8bca4

View File

@ -6,7 +6,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: show dir
run: ls
- name: build
run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:latest -f Dockerfile .
run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:latest -f Dockerfile .
- name: push
run: docker push ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:latest