Docker build trigger
This commit is contained in:
parent
b75d2adea4
commit
c6d8bd97fc
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@ -14,6 +14,7 @@ on:
|
||||
- '**.md'
|
||||
- '**.MD'
|
||||
- '**.yml'
|
||||
- 'docs/**'
|
||||
- 'LICENSE'
|
||||
- '.gitattributes'
|
||||
- '.gitignore'
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user