Skip to content

Feat(containers): add labels to AVD container images and fork test wo… #13

Feat(containers): add labels to AVD container images and fork test wo…

Feat(containers): add labels to AVD container images and fork test wo… #13

---
name: Build base container
"on":
push:
paths:
- containers/base/**
- .github/workflows/container_build_template.yml
- .github/workflows/container_build_base.yml
workflow_dispatch:
branches:
- devel
jobs:
build_base:
if: ( github.repository == 'aristanetworks/avd' && github.ref == 'refs/heads/devel' ) || ${{ vars.DEBUG_CONTAINER_ACTIONS }} == "true"
uses: ./.github/workflows/container_build_template.yml
strategy:
matrix:
container_name: [base]
python_version: ["3.10", "3.11", "3.12", "3.13"]
include:
- python_version: "3.11"
container_tags: latest
with:
container_name: ${{ matrix.container_name }}
python_version: ${{ matrix.python_version }}
container_tags: ${{ matrix.container_tags }}