feat 替换checkout
Some checks failed
Build image / build (push) Failing after 1m35s

This commit is contained in:
timerzz 2024-05-20 19:33:10 +08:00
parent 4ec0cd1564
commit ac2c376ff7

View File

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