Closed JulianH closed 1 year ago
Hello Julian!
How your .gitlab-ci.yml
is configured?
Hi @edigaryev, thanks for the quick reply!
This is my .gitlab-ci.yml
:
flutter_build_ios:
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3.1
stage: build
tags:
- tart
before_script:
- export PATH="$PATH:$HOME/.pub-cache/bin"
- flutter pub get
script:
- flutter doctor
Have you tart login
before? Maybe credentials have expired. Could you please try to go to Keychain and look for "Tart Credentials" and delete them.
Have you
tart login
before? Maybe credentials have expired. Could you please try to go to Keychain and look for "Tart Credentials" and delete them.
Hi @fkorotkov, no i didn't used that command before. Also i cannot find any entry in the Keychain related to tart
.
Please check out the new version of GitLab Tart Executor that includes support for TART_REGISTRY_HOSTNAME
.
This will also require a Tart 1.8.3 to be installed on your GitLab Runner/host machine to work properly.
With this change, Tart won't try to use GitLab CI Registry's provided credentials for ghcr.io
and other registries, which in turn should solve your issue.
Perfect! I can confirm it is now working. Thank you!
Hello,
i get an unexpected error when try to run a Gitlab job using a tart image:
If try to do manually a
tart pull ...
, everything is working fine.