From e641bc15281416c9802f2e539553d40339904724 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Wed, 12 Jul 2023 08:00:24 +0100 Subject: [PATCH 1/2] fix: detect changes when pushing to master --- .github/workflows/build-list.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-list.yml b/.github/workflows/build-list.yml index 0dc4ca3a..0df4454b 100644 --- a/.github/workflows/build-list.yml +++ b/.github/workflows/build-list.yml @@ -26,6 +26,10 @@ jobs: matrix: ${{ steps.build.outputs.matrix }} build-base: ${{ steps.build.outputs.build-base}} steps: + - name: Get source code + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Change list id: change-list uses: tj-actions/changed-files@v37 From 0d1fc9ea298d6ea2a807dc8a2bd3c51c46771428 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Wed, 12 Jul 2023 08:08:02 +0100 Subject: [PATCH 2/2] Upgrade base alpine image Also will force a rebuild --- webdav-sidecar/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdav-sidecar/Dockerfile b/webdav-sidecar/Dockerfile index a0530248..93c77973 100644 --- a/webdav-sidecar/Dockerfile +++ b/webdav-sidecar/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14 +FROM alpine:3.18 ENV MOUNT_PATH=/mnt ENV WEBDAV_URL=