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: