Skip to content

Commit

Permalink
Updated workflow, registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
stee1 committed Dec 27, 2022
1 parent 9fc8c38 commit 5dbd87f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ name: Pip.Services SQL Server Node.js Delivery
# Configure trigger rules
on:
push:
branches:
- master
paths:
- '**'
- '!README.md'
workflow_dispatch:

jobs:
# Setup job
setup:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[skip-ci]')"

steps:
Expand Down Expand Up @@ -42,7 +45,7 @@ jobs:
# Authoring job
authoring:
needs: setup
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout source code
Expand Down Expand Up @@ -87,7 +90,7 @@ jobs:
measure:
needs: authoring
if: always()
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Get cached intermediate data
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"language": "node",
"version": "3.1.0",
"build": 0,
"registry": "pipdevs",
"registry": "pipservices",
"artifacts": [
{
"name": "<name>",
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ..
dockerfile: docker/Dockerfile.test
image: ${IMAGE:-pipdevs/test}
image: ${IMAGE:-pipservices/test}
depends_on:
- sqlserver
environment:
Expand Down

0 comments on commit 5dbd87f

Please sign in to comment.