Skip to content

Commit

Permalink
changes to docker and build test
Browse files Browse the repository at this point in the history
temporarily disable docker pipeline, changing image for build and test
  • Loading branch information
AlexanderWollbrink committed Sep 19, 2023
1 parent 78c680f commit 1bfa26c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build-and-publish-docker-images-workflow

on:
push:

branches:
- master
release:
types: [published]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
#
jobs:
build:
runs-on: ubuntu-latest
runs-on: node:lts-alpine3.16

# This job uses a matrix strategy to run the job four times, once for each specified Node version. For more information, see "[AUTOTITLE](/actions/using-jobs/using-a-matrix-for-your-jobs)."
strategy:
Expand Down

0 comments on commit 1bfa26c

Please sign in to comment.