build docker v2.5

This commit is contained in:
rebron1900 2023-12-30 21:02:03 +08:00
parent dd79d9404d
commit 01cadf644c
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ jobs:
- name: Read latest release tag
id: read-tag
run: |
echo ::set-output name=tag::$(curl -sL https://raw.githubusercontent.com/rebron1900/yarr/main/yarr-version.txt)
echo ::set-output name=tag::$(curl -sL https://raw.githubusercontent.com/rebron1900/yarr/master/yarr-version.txt)
- name: Checkout
uses: actions/checkout@v2
with: