Skip to content

ci: update yml file name #3

ci: update yml file name

ci: update yml file name #3

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

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