diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml index 90d7efb..a51a130 100644 --- a/.github/workflows/docker-push.yml +++ b/.github/workflows/docker-push.yml @@ -23,7 +23,7 @@ jobs: - name: Set variables run: | - XPIPE_VERSION=$(cat "${{ github.workspace }}/xpipe-webtop/${{ contains(github.event.head_commit.message, '[release]') == true && 'version-main' || 'version-ptb' }}") + XPIPE_VERSION=$(cat "${{ github.workspace }}/${{ contains(github.event.head_commit.message, '[release]') == true && 'version-main' || 'version-ptb' }}") echo "XPIPE_VERSION=$XPIPE_VERSION" >> $GITHUB_ENV XPIPE_REPOSITORY=${{ contains(github.event.head_commit.message, '[release]') == true && 'xpipe-io/xpipe' || 'xpipe-io/xpipe-ptb' }} echo "XPIPE_REPOSITORY=$XPIPE_REPOSITORY" >> $GITHUB_ENV