Skip to content

Commit

Permalink
Transition from zuul to gha (#1)
Browse files Browse the repository at this point in the history
* Transition from zuul to gha

* change context for docker build
  • Loading branch information
jmarchel7bulls authored Jun 10, 2024
1 parent 99847ca commit a56ade9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 92 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI
on:
push:
branches:
- main
- r[1-9]
pull_request:
branches:
- main
- r[1-9]
jobs:
build-and-push-security-manager:
name: Build and push security-manager
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: security-layer
image-name: security-manager
secrets: inherit
72 changes: 0 additions & 72 deletions zuul.d/jobs.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions zuul.d/project.yaml

This file was deleted.

0 comments on commit a56ade9

Please sign in to comment.