chore(pipeline): update executor image
All checks were successful
/ build (push) Successful in 1m37s

This commit is contained in:
Varakh 2024-12-13 20:51:58 +01:00
parent dc5e2fa32b
commit 3ffd19499e
3 changed files with 3 additions and 18 deletions

View file

@ -10,13 +10,8 @@ jobs:
build:
runs-on: docker
container:
image: alpine:3.18
image: git.myservermanager.com/msm/executor-alpine:latest
steps:
- name: Prepare requirements
run: |
apk add --no-cache nodejs npm git
apk add --no-cache docker docker-cli-buildx
- uses: actions/checkout@v3
name: Clone

View file

@ -14,13 +14,8 @@ jobs:
build:
runs-on: docker
container:
image: alpine:3.18
image: git.myservermanager.com/msm/executor-alpine:latest
steps:
- name: Prepare requirements
run: |
apk add --no-cache nodejs npm git
apk add --no-cache docker docker-cli-buildx
- uses: actions/checkout@v3
name: Clone

View file

@ -13,13 +13,8 @@ jobs:
build:
runs-on: docker
container:
image: alpine:3.18
image: git.myservermanager.com/msm/executor-alpine:latest
steps:
- name: Prepare requirements
run: |
apk add --no-cache nodejs npm git
apk add --no-cache docker docker-cli-buildx
- uses: actions/checkout@v3
name: Clone