Test4
Some checks failed
Testing Example / build (push) Failing after 0s

This commit is contained in:
2025-09-12 13:57:16 +02:00
parent a1d090713e
commit 2b55eda6b0

View File

@@ -13,6 +13,7 @@ jobs:
# Set up the docker daemon for building the image
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- name: build-image
- run: docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY # Login to the registry
- run: docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME || true # Pull the image if it exists