The containers built with as part of container-extra GA set
DISTRIBUTION variable when when building container.
Do the same for the container GA to make sure that ubuntu:rolling
container is properly built.
Fixes: https://github.com/dracut-ng/dracut-ng/issues/1581
tags: ghcr.io/${{env.repository_owner}}/${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
push: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
platforms: ${{ matrix.architecture.platform }}
+ build-args: |
+ DISTRIBUTION=${{ matrix.config.tag }}
+ PLATFORM=${{ matrix.config.platform }}