Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit fceaf9c

Browse files
committed
ignore scripts for now on CI
1 parent db5e353 commit fceaf9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-dockerize.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: docker/build-push-action@v2
7878
with:
7979
push: true
80-
tags: localhost:5000/connect-monorepo-base/local
80+
tags: localhost:5000/graphwebhooks-base/local
8181
context: .
8282
file: Dockerfile
8383
platforms: linux/amd64,linux/arm64
@@ -132,7 +132,7 @@ jobs:
132132
if: ${{ github.event_name == 'pull_request' && inputs.publishPrComment }}
133133
with:
134134
message: |
135-
🐋 This PR was built and pushed to the following [Docker images](https://github.com/connect-financial?ecosystem=container&tab=packages&visibility=public&tab=packages&ecosystem=container&visibility=public&q=connect-financial) (tag: `${{ inputs.imageTag }}`):
135+
🐋 This PR was built and pushed to the following [Docker images](https://github.com/saihaj?ecosystem=container&tab=packages&visibility=public&tab=packages&ecosystem=container&visibility=public&q=graph-webhooks) (tag: `${{ inputs.imageTag }}`):
136136
137137
<details>
138138
<summary>Docker Bake metadata</summary>

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: pnpm
3434

3535
- name: Install
36-
run: pnpm install
36+
run: pnpm install --ignore-scripts
3737

3838
- name: Check
3939
run: pnpm check:${{ matrix.check }}

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: pnpm
3434

3535
- name: Install dependencies
36-
run: pnpm install
36+
run: pnpm install --ignore-scripts
3737

3838
- name: Push to Cluster
3939
uses: pulumi/actions@v3

0 commit comments

Comments
 (0)