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

This commit is contained in:
Varakh 2024-12-13 20:56:28 +01:00
parent 9a6dcc8083
commit 55a82d6aac
3 changed files with 3 additions and 18 deletions

View file

@ -5,13 +5,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

View file

@ -12,13 +12,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