This commit is contained in:
parent
9a6dcc8083
commit
55a82d6aac
3 changed files with 3 additions and 18 deletions
|
@ -5,13 +5,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:3.18
|
image: git.myservermanager.com/msm/executor-alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare requirements
|
|
||||||
run: |
|
|
||||||
apk add --no-cache nodejs npm git
|
|
||||||
apk add --no-cache docker docker-cli-buildx
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Clone
|
name: Clone
|
||||||
|
|
||||||
|
|
|
@ -13,13 +13,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:3.18
|
image: git.myservermanager.com/msm/executor-alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare requirements
|
|
||||||
run: |
|
|
||||||
apk add --no-cache nodejs npm git
|
|
||||||
apk add --no-cache docker docker-cli-buildx
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Clone
|
name: Clone
|
||||||
|
|
||||||
|
|
|
@ -12,13 +12,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:3.18
|
image: git.myservermanager.com/msm/executor-alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare requirements
|
|
||||||
run: |
|
|
||||||
apk add --no-cache nodejs npm git
|
|
||||||
apk add --no-cache docker docker-cli-buildx
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Clone
|
name: Clone
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue