Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yevtushenko, Vitalii <[email protected]>
  • Loading branch information
Yevtushenko, Vitalii committed Oct 18, 2023
1 parent 9d74b52 commit 28dd39d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Aktualizr CI
on:
push:
branches: [ master ]
branches: [ master, fix-ci ]
pull_request:
branches: [ master ]
env:
Expand All @@ -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
Expand Down

0 comments on commit 28dd39d

Please sign in to comment.