feat/cicd #22

Merged
kenobi merged 32 commits from feat/cicd into master 2023-06-14 22:43:37 +02:00
Showing only changes of commit e3144fc402 - Show all commits

View File

@ -6,4 +6,8 @@ jobs:
build-docker-image:
runs-on: ubuntu-latest
steps:
- run: ./dockerbuild.sh
- name: Checkout repository
uses: actions/checkout@v3
- name: use build script
run: ./dockerbuild.sh