add CI before docker-image build and push (#1)

This commit is contained in:
PascalR 2023-04-26 09:20:31 +02:00 committed by GitHub
parent c73431e743
commit fd95c6cef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Test and build
on:
workflow_call:
push:
branches:
- master

View File

@ -7,7 +7,12 @@ on:
- master
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
build_and_push:
needs: [ci]
name: Build and Push
runs-on: ubuntu-latest
steps: