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:
|
||||
Semantic Release (Dry-run):
|
||||
runs-on: ubuntu-latest
|
||||
container: library/node:20-slim
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
# - name: Setup node
|
||||
# uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: "lts/*"
|
||||
- name: Install semantic release w/ plugins
|
||||
run: |
|
||||
npm install \
|
||||
@ -33,3 +30,5 @@ jobs:
|
||||
env:
|
||||
GIT_APIKEY: ${{ secrets.GIT_APIKEY }}
|
||||
GIT_USERNAME: djpbessems
|
||||
|
||||
# Foo:
|
||||
|
Loading…
Reference in New Issue
Block a user