change base image in action

This commit is contained in:
Rustam Tagaev
2024-04-11 13:01:24 +03:00
parent 97bdc9092b
commit d79930d1b9

View File

@@ -9,12 +9,13 @@ jobs:
name: Check license name: Check license
runs-on: docker runs-on: docker
container: 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: steps:
- run: echo "Start job on ${{ runner.name }} with os ${{ runner.os }}" - run: echo "Start job on ${{ runner.name }} with os ${{ runner.os }}"
- run: echo "Work with branch ${{ gitea.ref }} repository ${{ gitea.repository }}" - run: echo "Work with branch ${{ gitea.ref }} repository ${{ gitea.repository }}"
- name: Check out repository code - 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: with:
fetch-depth: 0 # for work tj-actions/changed-files fetch-depth: 0 # for work tj-actions/changed-files
persist-credentials: false # for work tj-actions/changed-files persist-credentials: false # for work tj-actions/changed-files