Skip to content

ci: make repo name lowercase #7

ci: make repo name lowercase

ci: make repo name lowercase #7

name: Build and Push Docker Image
on: # Adjust the triggers, conditions, etc. to your needs, see examples below
pull_request:
push:
branches:
- main
- feat/*
- 97-add-docker-and-github-workflow
jobs:
# You can also build and push multiple images in parallel using a matrix (see examples)
build-and-push-workflow:
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
with:
image-name: ls1intum/apollon2/apollon_reenginerring
docker-file: Dockerfile
secrets: inherit