diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4c3fed81..d0de3f67 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -92,8 +92,7 @@ jobs: retention-days: 1 dockerbuild: - permissions: - packages: write + permissions: write-all runs-on: ubuntu-latest needs: deployment strategy: @@ -109,6 +108,8 @@ jobs: app: server steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Download the previous produced artefacts uses: actions/download-artifact@v4