Reverting Docker WF change

Reverting the workaround
master
Dhruv Kanojia (Xonshiz) 2022-04-10 15:00:03 +05:30
parent c6d8bd97fc
commit d7d781b8be
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
platform_linux_amd64_enabled: true
platform_linux_i386_enabled: false
push_enabled: true
ghcr_repo_owner: ${{ secrets.REPOSITORY_OWNER }}
ghcr_repo_owner: ${{ github.repository_owner }}
ghcr_repo: ${{ github.repository }}
secrets:
ghcr_token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -21,4 +21,4 @@ RUN python -m pip install --upgrade pip && \
python -m pip install -r /opt/comic-dl/requirements.txt && \
chmod +x /opt/comic-dl/docker-init.sh && \
ln -s /opt/comic-dl/docker-init.sh /usr/local/bin/comic_dl && \
cat /opt/comic-dl/comic_dl/__version__.py | grep version | awk '{print $3}' | sed 's/"//g' > /IMAGE_VERSION
cat /opt/comic-dl/comic_dl/__version__.py | grep version | awk '{print $3}' | sed 's/"//g' > /IMAGE_VERSION