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

@ -44,4 +44,4 @@ jobs:
push: true push: true
tags: | tags: |
${{ secrets.DOCKER_USERNAME }}/yarr:latest ${{ secrets.DOCKER_USERNAME }}/yarr:latest
${{ secrets.DOCKER_USERNAME }}/yarr:${{ steps.read-tag.outputs.tag }} ${{ secrets.DOCKER_USERNAME }}/yarr:${{ steps.read-tag.outputs.tag }}

View File

@ -150,7 +150,7 @@ jobs:
- name: Read latest release tag - name: Read latest release tag
id: read-tag id: read-tag
run: | 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 - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with: