rysrtyjyj
Some checks failed
Testing Example / build-image (push) Has been cancelled

This commit is contained in:
2025-09-12 13:53:21 +02:00
parent fd5c929c91
commit 444f743678

View File

@@ -11,7 +11,7 @@ jobs:
# This image contains all the tooling necessary to run the compilation tools # This image contains all the tooling necessary to run the compilation tools
build-image: build-image:
# Set up the docker daemon for building the image # Set up the docker daemon for building the image
runs-on: docker:latest runs-on: docker.io/gitea/act_runner:latest
steps: steps:
- name: build-image - name: build-image
- run: docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY # Login to the registry - run: docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY # Login to the registry