chore: test github actions

This commit is contained in:
Radek Forgac
2025-03-26 14:55:12 +01:00
parent fcb3a9c507
commit aa5d6b83ea
+7
View File
@@ -36,6 +36,13 @@ jobs:
with:
submodules: true
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.CROSSPLANE_REGORG }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch History
run: git fetch --prune --unshallow