diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 2f41e7d..dc882e5 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -30,7 +30,8 @@ jobs: # Build and push with Kaniko using git context /kaniko/executor \ - --context=git://${{ github.server_url }}/${{ github.repository }}.git#refs/heads/${{ github.ref_name }} \ + --context=git://git.asxp.io/${{ github.repository }}.git \ + --git=branch=${{ github.ref_name }} \ --destination=$IMAGE_TAG \ --destination=$IMAGE_LATEST