Grant Birkinbine
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
3 deletions
-
.github/workflows/build-code.yml
-
.github/workflows/docker-image.yml
|
|
@ -4,6 +4,9 @@ on: |
|
|
|
pull_request: |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
runs-on: ubuntu-latest |
|
|
@ -13,12 +16,12 @@ jobs: |
|
|
|
- 18 |
|
|
|
steps: |
|
|
|
- name: Checkout code |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Use Node.js ${{ matrix.node_version }} |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v4 |
|
|
|
with: |
|
|
|
node-version: ${{ matrix.node_version }} |
|
|
|
cache: 'yarn' |
|
|
|
|
|
@ -13,7 +13,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout code |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Docker metadata |
|
|
|
id: meta |
|
|
|