Skip to content

ci(deps): update github actions (major) #554

ci(deps): update github actions (major)

ci(deps): update github actions (major) #554

name: Test Container Builds
on:
pull_request:
paths:
- "**/Dockerfile"
- "**/entrypoint.sh"
- ".github/workflows/pr-container-build-workflow.yaml"
jobs:
test-build-container:
name: Test Container Build
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
app:
- astarte-appengine-api
- astarte-data-updater-plant
- astarte-housekeeping
- astarte-pairing
- astarte-realm-management
- astarte-trigger-engine
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Building Docker Image
env:
CONTAINER_IMAGE_NAME: gh_actions_test
run: docker compose build ${{ matrix.app }}