Skip to content

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Sep 12, 2024
1 parent d46a054 commit 647547e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ name: Build and push docker image to internal registry

on:
workflow_call:

push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- "main"
jobs:
build-and-push:
runs-on:
Expand Down

0 comments on commit 647547e

Please sign in to comment.