This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "docker/**"
|
||||
- "docker/mysqlclient/**"
|
||||
- ".gitea/**"
|
||||
- ".scripts/**"
|
||||
- "scripts/**"
|
||||
jobs:
|
||||
|
||||
build-docker-image:
|
||||
|
||||
@@ -4,7 +4,6 @@ RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lis
|
||||
|
||||
|
||||
COPY /scripts/* /usr/local/bin/
|
||||
COPY /docker/scripts/* /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/duplicati-influxdb-notify
|
||||
RUN chmod +x /usr/local/bin/duplicati-mysql-backup
|
||||
RUN chmod +x /usr/local/bin/dockerlog
|
||||
|
||||
Reference in New Issue
Block a user