diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e9d43cd3c..7a1af39138 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Aktualizr CI on: push: - branches: [ master ] + branches: [ master, fix-ci ] pull_request: branches: [ master ] env: @@ -28,6 +28,8 @@ jobs: with: submodules: recursive - run: git fetch --prune --unshallow + - name: Git exeption + run: git config --global --add safe.directory /home/runner/work/aktualizr/aktualizr - name: Docker login if: github.token run: echo ${{ github.token }} | docker login docker.pkg.github.com -u advancedtelematic --password-stdin