From ddabbc62d1b1b26e49119af5e67e1ebeb6d4eae5 Mon Sep 17 00:00:00 2001 From: veenm Date: Sun, 16 Mar 2025 22:45:25 +0100 Subject: [PATCH] commit messages toegevoegd aan pipeline fix 2 --- .github/workflows/deploy-docker-to-tst.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-docker-to-tst.yml b/.github/workflows/deploy-docker-to-tst.yml index 9974ff6..94218ae 100644 --- a/.github/workflows/deploy-docker-to-tst.yml +++ b/.github/workflows/deploy-docker-to-tst.yml @@ -98,6 +98,11 @@ jobs: # Opruimen oude images docker image prune -f + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Notify Mattermost via Bot env: VERSION: ${{ env.VERSION }}