Skip to content

ci: update included branches #4

ci: update included branches

ci: update included branches #4

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/workflows/build-and-push-docker-image.yml@main

Check failure on line 15 in .github/workflows/build-and-push.yml

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
image-name: ls1intum/Apollon2/apollon_reenginerring
docker-file: Dockerfile
secrets: inherit