Skip to content

Commit

Permalink
Add pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Porta committed Sep 5, 2023
1 parent 51fa10c commit 0cb2ffa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-push-container-img.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI

on:
push:
branches:
- master

jobs:
build-push:
uses: jportasa/ci-reusable-library/.github/workflows/ci.yaml@main
with:
image: production,staging
environment: development

0 comments on commit 0cb2ffa

Please sign in to comment.