Skip to content

97 add docker and GitHub workflow #1

97 add docker and GitHub workflow

97 add docker and GitHub workflow #1

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-push.yml" -> "ls1intum/.github/.github/workflows/build-and-push.yml@main" : failed to fetch workflow: workflow was not found.
with:
image-name: ls1intum/Apollon2/apollon_reenginerring
docker-file: Dockerfile
secrets: inherit