diff --git a/.gitea/workflows/check-license.yml b/.gitea/workflows/check-license.yml index be35b60..942b1ed 100644 --- a/.gitea/workflows/check-license.yml +++ b/.gitea/workflows/check-license.yml @@ -9,8 +9,7 @@ jobs: name: Check license runs-on: docker container: - image: harbor.avroid.tech/devops/clang-format:14-node20 - # image: harbor.avroid.tech/docker-hub-proxy/node:20-alpine3.19 + image: harbor.avroid.tech/devops/node:20-alpine3.19-0 steps: - run: echo "Start job on ${{ runner.name }} with os ${{ runner.os }}" - run: echo "Work with branch ${{ gitea.ref }} repository ${{ gitea.repository }}" @@ -19,5 +18,5 @@ jobs: with: fetch-depth: 0 # for work tj-actions/changed-files persist-credentials: false # for work tj-actions/changed-files - - name: Check license - uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Actions/addlicense-docker-action.git@latest + # - name: Check license + # uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Actions/addlicense-docker-action.git@latest diff --git a/.gitea/workflows/Dockerfile b/Dockerfile similarity index 100% rename from .gitea/workflows/Dockerfile rename to Dockerfile diff --git a/.gitea/workflows/action.yml b/action.yml similarity index 100% rename from .gitea/workflows/action.yml rename to action.yml diff --git a/.gitea/workflows/entrypoint.sh b/entrypoint.sh similarity index 100% rename from .gitea/workflows/entrypoint.sh rename to entrypoint.sh