Skip to content

Bump github.com/caarlos0/env/v11 from 11.0.1 to 11.1.0 in /shared #298

Bump github.com/caarlos0/env/v11 from 11.0.1 to 11.1.0 in /shared

Bump github.com/caarlos0/env/v11 from 11.0.1 to 11.1.0 in /shared #298

Workflow file for this run

name: Build Docker Images
on:
pull_request:
branches:
- main
- release/*
push:
branches:
- main
- release/*
release:
types:
- created
jobs:
build:
if: github.actor != 'dependabot[bot]'
strategy:
fail-fast: false
matrix:
include:
- dockerfile: ./HadesAPI/Dockerfile
image: ghcr.io/ls1intum/hades/hades-api
- dockerfile: ./HadesScheduler/Dockerfile
image: ghcr.io/ls1intum/hades/hades-scheduler
- dockerfile: ./HadesCloneContainer/Dockerfile
image: ghcr.io/ls1intum/hades/hades-clone-container
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
with:
image-name: ${{ matrix.image }}
docker-file: ${{ matrix.dockerfile }}