chore: Specify container image for pipeline
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 48s

This commit is contained in:
Danny Bessems 2024-02-19 03:09:58 +01:00
parent 5771859067
commit b8173033d7

View File

@ -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: