From 01cadf644c38b55a35a2d1828df0dc9e8fad6126 Mon Sep 17 00:00:00 2001 From: rebron1900 Date: Sat, 30 Dec 2023 21:02:03 +0800 Subject: [PATCH] build docker v2.5 --- .github/workflows/build-docker-image | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-image b/.github/workflows/build-docker-image index 7ecf2dd..9c16fe0 100644 --- a/.github/workflows/build-docker-image +++ b/.github/workflows/build-docker-image @@ -44,4 +44,4 @@ jobs: push: true tags: | ${{ secrets.DOCKER_USERNAME }}/yarr:latest - ${{ secrets.DOCKER_USERNAME }}/yarr:${{ steps.read-tag.outputs.tag }} \ No newline at end of file + ${{ secrets.DOCKER_USERNAME }}/yarr:${{ steps.read-tag.outputs.tag }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8670bc..50546d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: