This commit is contained in:
parent
9a6dcc8083
commit
55a82d6aac
3 changed files with 3 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue