diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index f351ef2..6a4646c 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -436,6 +436,7 @@ jobs: no-cache: true push: true tags: ${{ steps.meta.outputs.tags }} + file: Dockerfile.rootfs build-args: ${{ steps.build_args.outputs.args }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/${{ matrix.arch }}