Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

triggering workflow #1

Closed
wants to merge 16 commits into from
10 changes: 5 additions & 5 deletions .github/workflows/testing-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ name: Testing Github Action
on:
pull_request:
paths:
- 'testing-action/**'
- '**'
- '.github/workflows/testing-action.yaml'
workflow_dispatch:

jobs:
Build-Container-dev:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.14.2
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@main
if: github.ref != 'refs/heads/main'
with:
workload-id-provider: ${{ vars.WORKLOAD_ID_PROVIDER_NON_MAIN }}
service-account: patrick-testing-ro@clabs-secrets-and-permissions.iam.gserviceaccount.com
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-patrick-testing/providers/github-by-repos
service-account: patrick-testing-ro@security-circle.iam.gserviceaccount.com
artifact-registry: ${{ vars.DEV_IMAGE_REPO }}/testing-action
tags: testing
context: ./testing-action
context: .
trivy: false

3 changes: 3 additions & 0 deletions testing-action/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
FROM debian:latest

COPY . .
#
Loading