Skip to content

Merge pull request #10 from ls1intum/dependabot/github_actions/action… #26

Merge pull request #10 from ls1intum/dependabot/github_actions/action…

Merge pull request #10 from ls1intum/dependabot/github_actions/action… #26

Workflow file for this run

name: Build Docker Images
permissions:
contents: read
packages: write
on:
pull_request:
branches:
- main
- release/*
push:
branches:
- main
- release/*
release:
types:
- created
jobs:
build:
if: github.actor != 'dependabot[bot]'
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@v1.1.1