chore(pipeline): update executor image
All checks were successful
/ build (push) Successful in 1m37s
All checks were successful
/ build (push) Successful in 1m37s
This commit is contained in:
parent
dc5e2fa32b
commit
3ffd19499e
3 changed files with 3 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue