chore: Specify container image for pipeline
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 48s
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 48s
This commit is contained in:
parent
5771859067
commit
b8173033d7
@ -5,13 +5,10 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
Semantic Release (Dry-run):
|
Semantic Release (Dry-run):
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: library/node:20-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# - name: Setup node
|
|
||||||
# uses: actions/setup-node@v3
|
|
||||||
# with:
|
|
||||||
# node-version: "lts/*"
|
|
||||||
- name: Install semantic release w/ plugins
|
- name: Install semantic release w/ plugins
|
||||||
run: |
|
run: |
|
||||||
npm install \
|
npm install \
|
||||||
@ -33,3 +30,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GIT_APIKEY: ${{ secrets.GIT_APIKEY }}
|
GIT_APIKEY: ${{ secrets.GIT_APIKEY }}
|
||||||
GIT_USERNAME: djpbessems
|
GIT_USERNAME: djpbessems
|
||||||
|
|
||||||
|
# Foo:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user