ci: make repo name lowercase #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |