feat 修改action版本
Some checks failed
Build image / build (push) Failing after 5m47s

This commit is contained in:
timerzz 2024-05-12 15:58:42 +08:00
parent 43e2dff6a3
commit 50b8bce72f

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: build
run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:1.3 -f Dockerfile .
- name: tag