Skip to content

Commit

Permalink
testing a container build
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman-clabs committed Jan 31, 2024
0 parents commit 36f0e94
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/testing-action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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
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
artifact-registry: ${{ vars.DEV_IMAGE_REPO }}/testing-action
tags: testing
context: ./testing-action
trivy: false

1 change: 1 addition & 0 deletions testing-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM debian:latest

0 comments on commit 36f0e94

Please sign in to comment.