97 add docker and GitHub workflow #1
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] | ||
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.yml@main | ||
Check failure on line 11 in .github/workflows/build-and-push.yml
|
||
with: | ||
image-name: ls1intum/Apollon2/apollon_reenginerring | ||
docker-file: Dockerfile | ||
secrets: inherit |