From d79930d1b903121965e8112b25052d1917c98f42 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Thu, 11 Apr 2024 13:01:24 +0300 Subject: [PATCH] change base image in action --- .gitea/workflows/check-license.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/check-license.yml b/.gitea/workflows/check-license.yml index 9f1b980..4968bdd 100644 --- a/.gitea/workflows/check-license.yml +++ b/.gitea/workflows/check-license.yml @@ -9,12 +9,13 @@ jobs: name: Check license runs-on: docker container: - image: harbor.avroid.tech/docker-hub-proxy/node:20-alpine3.19 + image: harbor.avroid.tech/devops/clang-format:14-node20 + # image: harbor.avroid.tech/docker-hub-proxy/node:20-alpine3.19 steps: - run: echo "Start job on ${{ runner.name }} with os ${{ runner.os }}" - run: echo "Work with branch ${{ gitea.ref }} repository ${{ gitea.repository }}" - name: Check out repository code - uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Mirrors/github-actions-checkout.git@v4.1.2 + uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Mirrors/github-actions-checkout.git@v4 with: fetch-depth: 0 # for work tj-actions/changed-files persist-credentials: false # for work tj-actions/changed-files